StructsΒ§
- Cross
Realm πTransform Readable - https://streams.spec.whatwg.org/#abstract-opdef-setupcrossrealmtransformreadable
A wrapper to handle
message
andmessageerror
events for the port used by the transfered stream. - PipeTo π
- The βin parallel, but not reallyβ part of https://streams.spec.whatwg.org/#readable-stream-pipe-to
- Readable
Stream π - https://streams.spec.whatwg.org/#rs-class
- Source
Cancel πPromise Fulfillment Handler - The fulfillment handler for the reacting to sourceCancelPromise part of https://streams.spec.whatwg.org/#readable-stream-cancel.
- Source
Cancel πPromise Rejection Handler - The rejection handler for the reacting to sourceCancelPromise part of https://streams.spec.whatwg.org/#readable-stream-cancel.
EnumsΒ§
- Controller
Type π - https://streams.spec.whatwg.org/#readablestream-controller
- Pipe
ToState π - State Machine for
PipeTo
. - Readable
Stream πState - https://streams.spec.whatwg.org/#readablestream-state
- Reader
Type π - https://streams.spec.whatwg.org/#readablestream-readerr
- Shutdown
Action π - https://streams.spec.whatwg.org/#rs-pipeTo-shutdown-with-action
ConstantsΒ§
FunctionsΒ§
- create_
readable_ πstream - https://streams.spec.whatwg.org/#create-readable-stream
- get_
read_ πpromise_ bytes - Get the
value
property of an object that a read promise resolved to. - get_
read_ πpromise_ done - Get the
done
property of an object that a read promise resolved to. - get_
type_ π βand_ value_ from_ message - The initial steps for the message handler for both readable and writable cross realm transforms. https://streams.spec.whatwg.org/#abstract-opdef-setupcrossrealmtransformreadable https://streams.spec.whatwg.org/#abstract-opdef-setupcrossrealmtransformwritable