Module transferable

Source
Expand description

This module contains implementations in script that are transferable as per https://html.spec.whatwg.org/multipage/#transferable-objects. The implementations are here instead of in script as they need to be passed through the Constellation.

Structs§

MessagePortImpl
The data and logic backing the DOM managed MessagePort.
TransferableOffscreenCanvas
A struct supporting the transfer of OffscreenCanvas, which loosely corresponds to the dataHolder in https://html.spec.whatwg.org/multipage/#the-offscreencanvas-interface:offscreencanvas-16
TransferrableIter
An iterator over the variants of Transferrable
TransformStreamData

Enums§

MessagePortState 🔒
Transferrable
All the DOM interfaces that can be transferred.