Module serializable

Source
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§

BlobImpl
The data backing a DOM Blob.
BroadcastChannelMsg
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.
FileBlob
File-based blob
SerializableImageBitmap
A serializable version of the ImageBitmap interface.
SerializableIter
An iterator over the variants of Serializable
SerializableQuotaExceededError
A serializable version of the QuotaExceededError interface.

Enums§

BlobData
Different backends of Blob
Serializable
All the DOM interfaces that can be serialized.

Traits§

BroadcastClone 🔒