-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Better Blob support was added in react-native 0.60, but requires a native module to work, which isn't implemented in react-native-windows.
Blobs allow better large file network calls using streams, rather than everything ending up in a single string.
Currently the networking JS call throws internal exceptions attempting to use blobs, which makes it more annoying to have break on exception turned on when debugging JS code.