Structs§
- 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
- The fulfillment handler for the reacting to sourceCancelPromise part of https://streams.spec.whatwg.org/#readable-stream-cancel.
- The rejection handler for the reacting to sourceCancelPromise part of https://streams.spec.whatwg.org/#readable-stream-cancel.
Enums§
- State Machine for
PipeTo
.
Constants§
Functions§
- Get the
value
property of an object that a read promise resolved to. - Get the
done
property of an object that a read promise resolved to. - 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