jonnyreeves / fetch-readablestream

Compatibility layer for efficient streaming of binary data using WHATWG Streams
MIT License
49 stars 10 forks source link

Support "pseudo-streaming" with responseText and polyfill Response.body with that #10

Open pcowgill opened 4 years ago

pcowgill commented 4 years ago

Support "pseudo-streaming" with responseText and polyfill Response.body with that when run inside React Native as described here by @MattiasBuelens