fetch-readablestream icon indicating copy to clipboard operation
fetch-readablestream copied to clipboard

Compatibility layer for efficient streaming of binary data using WHATWG Streams

Results 14 fetch-readablestream issues
Sort by recently updated
recently updated
newest added

Bumps [karma](https://github.com/karma-runner/karma) from 1.7.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes Sourced from eslint's releases. v4.18.2 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler) 3c697de Chore: fix incorrect comment about...

dependencies

OS : Windows 10, IE 11 (v 11.450.190410.0) Sometimes CRLF of response header string is only '\n' at old browser (in my case, IE11). To prevent unhandled exception, add some...

See https://github.com/jonnyreeves/chunked-request/issues/10 for context and research.

`fetch-readablestream` doesn't work as a fetch streaming solution if you're using the `fetch` API via [`ky`](https://github.com/sindresorhus/ky), because `ky` [assumes `response.clone()` will be defined](https://github.com/sindresorhus/ky/blob/2078a151370af3ce692d201b19c5fe4b5f00a456/index.js#L264-L299), and it's not when using `fetch-readablestream`.

Support "pseudo-streaming" with [responseText](https://github.com/facebook/react-native/blob/v0.61.5/Libraries/Network/XMLHttpRequest.js#L332-L352) and polyfill `Response.body` with that when run inside React Native as described [here](https://github.com/github/fetch/issues/746#issuecomment-573251497) by @MattiasBuelens

Can you suggest an alternative TextEncoder polyfill? The `text-encoding` package on npm is deprecated. Thanks!

node fetch has some good implemention to use... https://github.com/bitinn/node-fetch/tree/v2/src

Could just include this: https://www.npmjs.com/package/fetch-headers It's a fully featured polyfill with iterators and all keep your own source clean and neat