Closed
Description
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
All
Steps to Reproduce
Create a React Native application and attempt to create a data blob, error is created saying a "Blob can only be created from another Blob".
Expected Behavior
A data blob is created the same as it works for all other JavaScript execution environments
Actual Behavior
Support for data blobs appears broken with an error message of "Data blob can only be created from another blob"
Reproducible Demo
You may make use of my library Hamsters.js to see this in action, simply follow the instructions to import the library into a React Native application. A user of my library has reported this bug to me and I would really like to see support for my library brought back as it relies on data blob creation for efficient operation, the alternatives are bad for performance.