-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define "to read a request" more specifically #441
Comments
It's rather opaque. Bytes go in and bytes come out. But with |
The high-level goal is that we only allow |
My understanding is you can create a |
For receiving a response body, it is specified in https://fetch.spec.whatwg.org/#http-network-fetch.
For transferring a response from a service worker, it's specified in https://w3c.github.io/ServiceWorker/#dom-fetchevent-respondwith.
|
So the only case for this is you also write the reader to consume the request yourself, right? Because any browser-supplied reader for a request, be it |
Basic test: web-platform-tests/wpt#4362. More tests are expected to be written as part of the implementation effort. Further work: #441. Fixes #88.
https://fetch.spec.whatwg.org/#read-a-request
See web-platform-tests/wpt#4362 (comment) for the background.
The text was updated successfully, but these errors were encountered: