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§
- Message
Port Impl - The data and logic backing the DOM managed MessagePort.
- Transferable
Offscreen Canvas - 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
- Transferrable
Iter - An iterator over the variants of Transferrable
- Transform
Stream Data
Enums§
- Message
Port 🔒State - Transferrable
- All the DOM interfaces that can be transferred.