Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@justsml
Created November 20, 2018 20:50
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 justsml/bef2dd7e630eb7642beb3e2be29489b2 to your computer and use it in GitHub Desktop.
Save justsml/bef2dd7e630eb7642beb3e2be29489b2 to your computer and use it in GitHub Desktop.
const getBlob = url => fetch(url)
.then(progressHelper(console.log)) // progressHelper used inside the .then()
.then(response => response.blob())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment