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

Error: Creating blobs from 'ArrayBuffer' and 'ArrayBufferView' are not supported #63

Open FauricioValencia opened 4 years ago

FauricioValencia commented 4 years ago

I tried use this code: const blob = base64StringToBlob(response.data)

image

nolanlawson commented 4 years ago

What type is response.data? Do you have a test case to reproduce? Thanks!