-
Updated
Sep 10, 2020 - JavaScript
fetch
Here are 1,319 public repositories matching this topic...
I've read many similar closed issues, but haven't found a good documented solution on what can I do as a consumer of ky package if I need to support e.g iOS 10.0 browser (that breaks on async/await support currently).
I agree that it's not related to ky itself, but can be a nice help for the consumers of the package.
In our particular can we don't use babel (we use typescript), so I'm
node-fetch currently completely ignoring Content-Length header while consuming response.
Fetch specification about handling Content-Length on server response says almost nothing:
https://fetch.spec.whatwg.org/#concept-http-network-fetch (see whatwg/fetch#67)
On other hand, we have a fetch-node specific extension to limit the size of the response.
My prop
-
Updated
Sep 10, 2020 - TypeScript
Presumably these should result in a network error. The current specification doesn't state anything and it's not tested either.
See the README for instructions on where to add tests. In the specification the "blob" case of https://fetch.spec.whatwg.org/#scheme-fetch needs updating to handle current URL’s blob URL entry being null.
-
Updated
Aug 29, 2020 - TypeScript
-
Updated
Sep 14, 2020 - JavaScript
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Aug 14, 2020 - JavaScript
-
Updated
Oct 29, 2019 - Java
-
Updated
Aug 13, 2020 - TypeScript
-
Updated
Jul 3, 2019 - TypeScript
-
Updated
May 8, 2019 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Apr 4, 2019 - HTML
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Sep 15, 2020 - Objective-C
-
Updated
Jun 23, 2020 - TypeScript
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Sep 2, 2020 - JavaScript
Improve this page
Add a description, image, and links to the fetch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fetch topic, visit your repo's landing page and select "manage topics."
A bit of context, we introduced
swrtwo weeks ago to our codebase. Everything is working fine, but we started to get some reports about some parts of the app being broken in slightly older browsers (Chrome 49, Firefox 59, Edge 18, etc…)We found out that
swrwas causing a syntax error in these browsers because webpack by default picked the ESM build (rightly so) but because it's not transp