Structs§
- Blob
Info 🔒The info pertaining to a blob managed by this global. - A wrapper for broadcasts coming in over IPC, and the event-loop.
- A wrapper for the handling of file data received by the ipc router
- Data representing a message-port managed by this global.
- A wrapper for glue-code between the ipc router and the event-loop.
Enums§
- The result of looking-up the data for a Blob, containing either the in-memory bytes, or the file-id.
- A holder of a weak reference for a DOM blob or file.
- State representing whether this global is currently managing broadcast channels.
- State representing whether this global is currently managing messageports.
Constants§
Traits§
- Operations that must be invoked from the generated bindings.
Functions§
- Returns the Rust global scope from a JS global object.
- Returns the Rust global scope from a JS global object.
- Callback used to close streams as part of FileListener.
- Callback used to enqueue file chunks to streams as part of FileListener.