Skip to content

Instantly share code, notes, and snippets.

@jfet97
Created December 7, 2018 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfet97/76c853980bb2089c213c537c993be0ac to your computer and use it in GitHub Desktop.
Save jfet97/76c853980bb2089c213c537c993be0ac to your computer and use it in GitHub Desktop.
ex1
(async function IIAFE(){
for await(const chunk of readableStream) {
// do stuff with each chunk
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment