Expand description
This module contains implementations in script that are serializable, as per https://html.spec.whatwg.org/multipage/#serializable-objects. The implementations are here instead of in script as they need to be passed through the Constellation.
Structs§
- Blob
Impl - The data backing a DOM Blob.
- Broadcast
Channel Msg - Message for communication between the constellation and a global managing broadcast channels.
- DomException
- A serializable version of the DOMException interface.
- DomMatrix
- A serializable version of the DOMMatrix/DOMMatrixReadOnly interface.
- DomPoint
- A serializable version of the DOMPoint/DOMPointReadOnly interface.
- DomQuad
- A serializable version of the DOMQuad interface.
- DomRect
- A serializable version of the DOMRect/DOMRectReadOnly interface.
- File
Blob - File-based blob
- Serializable
Image Bitmap - A serializable version of the ImageBitmap interface.
- Serializable
Iter - An iterator over the variants of Serializable
- Serializable
Quota Exceeded Error - A serializable version of the QuotaExceededError interface.
Enums§
- Blob
Data - Different backends of Blob
- Serializable
- All the DOM interfaces that can be serialized.