fetch
fetch copied to clipboard
Fetch Standard
Removal of the `Authorization` header when a request is redirected was proposed in https://github.com/whatwg/fetch/issues/944, merged into the spec in https://github.com/whatwg/fetch/pull/1544, and implemented in nodejs in `18.4.0`. This broke my program;...
We propose [ServiceWorker static routing API](https://github.com/WICG/service-worker-static-routing-api), which allows developers to configure routing, and offload things ServiceWorkers do. The main spec update is in https://github.com/w3c/ServiceWorker/pull/1701, but some behavior involves the fetch...
- [X] At least two implementers are interested (and none opposed): * Chrome is proposing the change https://groups.google.com/a/chromium.org/g/blink-dev/c/cAS525en8XE/m/OdMMGgLXAgAJ * Mozilla: https://github.com/mozilla/standards-positions/issues/800 - [X] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed...
This is referenced [1] by the Service Worker spec, so should either be exported or something else to achieve the same thing would need to exist (forwarding the "abort reason"...
I looked into https://github.com/whatwg/fetch/pull/710#issuecomment-383000148 a bit. Browser interoperability here is far from good. Interesting scenarios: * gzip * unknown * gzip,unknown * unknown,gzip * deflate * gzip,deflate * gzip,gzip *...
Updated latest values of csp directive corresponding to request destination. - [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt)...
- [x] At least two implementers are interested (and none opposed): * Changes landed in WebDriver-BiDi with agreement in Browser Testing and Tools WG. - [x] [Tests](https://github.com/web-platform-tests/wpt) are written and...
There is a need for proxy servers to simply pass data forward from A -> B without decompressing the data as it would invalidate the `content-length` and `content-encoding` (Like a...
### What problem are you trying to solve? Body has an `.arrayBuffer()` method, but that's [almost never what you actually want](https://github.com/w3ctag/design-principles/issues/463), since you can't read out of a buffer directly...
Given the drip-by-drip expansion of the bad port list over time, I wonder whether it's reasonable to invert the list. Skimming through HTTP Archive, for example, ~99.94% of URLs requested...