Skip to content

Instantly share code, notes, and snippets.

@mafintosh
Created July 27, 2016 22:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mafintosh/ca620bbc65f81fadf41992a563be17a8 to your computer and use it in GitHub Desktop.
Save mafintosh/ca620bbc65f81fadf41992a563be17a8 to your computer and use it in GitHub Desktop.
stream.on('prefinish', function () {
stream.cork()
setTimeout(function () {
console.log('sup...')
stream.uncork()
}, 1000)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment