Module script::body

source ·

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
The reason to stop reading from the body.

Traits

Functions