nolanlawson / blob-util

Cross-browser utils for working with binary Blobs
https://nolanlawson.github.io/blob-util
Apache License 2.0
503 stars 45 forks source link

ReferenceError: Blob is not defined #64

Closed BernardoOlisan closed 2 years ago

BernardoOlisan commented 2 years ago

I'm coding in nodejs using base64StringToBlob and it outputs this error ReferenceError: Blob is not defined any idea? image

nolanlawson commented 2 years ago

blob-util was designed for the browser, but Node is adding support for Blob in v15.7. https://developer.mozilla.org/en-US/docs/Web/API/Blob#browser_compatibility Hope that helps!