-
Updated
Nov 6, 2020 - JavaScript
fetch
Here are 1,408 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
Nov 2, 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
Nov 6, 2020 - TypeScript
-
Updated
Oct 6, 2020 - Vue
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Nov 7, 2020 - JavaScript
-
Updated
Oct 29, 2019 - Java
-
Updated
Aug 13, 2020 - TypeScript
-
Updated
Jul 3, 2019 - TypeScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
May 8, 2019 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Apr 4, 2019 - HTML
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Nov 5, 2020 - Objective-C
-
Updated
Nov 7, 2020 - JavaScript
-
Updated
Jun 23, 2020 - TypeScript
-
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."
In the use-swr file, I found some effect dependencies not exhaustive, I want to konw it is correct or not.
If add eslint-plugin-react-hooks, and add
"react-hooks/exhaustive-deps": "warn"in your.eslintrcIt will w