Module script::dom::bindings::structuredclone
source ยท Expand description
This module implements structured cloning, as defined by HTML.
Enumsยง
- StructuredCloneTags ๐
- A data holder for results from, and inputs to, structured-data read/write operations. https://html.spec.whatwg.org/multipage/#safe-passing-of-structured-data
Staticsยง
Functionsยง
- can_transfer_callback ๐ โ
- free_transfer_callback ๐ โ
- Read structured serialized data, possibly containing transferred objects. Returns a vec of rooted transfer-received ports, or an error.
- read_blob ๐ โ
- read_callback ๐ โ
- read_transfer_callback ๐ โ
- report_error_callback ๐ โ
- sab_cloned_callback ๐ โ
- Writes a structured clone. Returns a
DataClone
error if that fails. - write_blob ๐ โ
- write_callback ๐ โ
- write_transfer_callback ๐ โ