Skip to content

Add BlobManager support #3178

@acoates-ms

Description

@acoates-ms

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions