Structsยง
- Extracted
Body ๐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ยง
- Body
Source ๐The Dom object, or ReadableStream, that is the source of a body. https://fetch.spec.whatwg.org/#concept-body-source - Body
Type ๐ - Fetched
Data ๐ - Stop
Reading ๐The reason to stop reading from the body.
Traitsยง
- Body
Mixin ๐ - Extractable ๐
Functionsยง
- consume_
body ๐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.