Skip to content

Instantly share code, notes, and snippets.

@justsml
Created November 20, 2018 20:50
Embed
What would you like to do?
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