You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To fix this, the XHR would probably need to be initialized with the proper responseType, which at first glance will require some deeper refactoring of the current structure.
How it should be
How it is with unfetch
Note how the blob's size is different and the type is missing.
That can also be confirmed by using
FileReader.readAsDataURL()
on the generated blob, the resulting file is invalid and cannot be opened.The text was updated successfully, but these errors were encountered: