Structs§
- The result of https://fetch.spec.whatwg.org/#concept-bodyinit-extract
- The IPC route handler for https://fetch.spec.whatwg.org/#concept-request-transmit-body. This route runs in the script process, and will queue tasks to perform operations on the stream and transmit body chunks over IPC.
- The handler of read promises of body streams used in https://fetch.spec.whatwg.org/#concept-request-transmit-body.
- The handler of read promises rejection of body streams used in https://fetch.spec.whatwg.org/#concept-request-transmit-body.
Enums§
- The Dom object, or ReadableStream, that is the source of a body. https://fetch.spec.whatwg.org/#concept-body-source
- Body
Type 🔒 - The reason to stop reading from the body.
Traits§
Functions§
- https://fetch.spec.whatwg.org/#concept-body-consume-body https://fetch.spec.whatwg.org/#body-fully-read A combination of parts of both algorithms,
body-fully-read
can be fully implemented, and separated, later, see #36049. - The success steps of https://fetch.spec.whatwg.org/#concept-body-consume-body.
- The algorithm that takes a byte sequence and returns a JavaScript value or throws an exception of https://fetch.spec.whatwg.org/#concept-body-consume-body.