Structsยง
- The promise handler used to consume the body, https://fetch.spec.whatwg.org/#concept-body-consume-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ยง
- The Dom object, or ReadableStream, that is the source of a body. https://fetch.spec.whatwg.org/#concept-body-source
- StopReading ๐The reason to stop reading from the body.