nolanlawson/blob-util

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

FauricioValencia opened this issue · 1 comments

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

image

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