Structsยง
- Auto
Close ๐Worker - Blob
Info ๐ - The info pertaining to a blob managed by this global.
- Broadcast
Listener ๐ - A wrapper for broadcasts coming in over IPC, and the event-loop.
- Classic
Script - https://html.spec.whatwg.org/multipage/#classic-script
- File
Listener ๐ - A wrapper for the handling of file data received by the ipc router
- Global
Scope ๐ - Managed
Message ๐Port - Data representing a message-port managed by this global.
- Message
Listener ๐ - A wrapper for glue-code between the ipc router and the event-loop.
Enumsยง
- Blob
Result ๐ - The result of looking-up the data for a Blob, containing either the in-memory bytes, or the file-id.
- Blob
Tracker ๐ - A holder of a weak reference for a DOM blob or file.
- Broadcast
Channel ๐State - State representing whether this global is currently managing broadcast channels.
- Error
Reporting ๐ - File
Listener ๐State - File
Listener ๐Target - Message
Port ๐State - State representing whether this global is currently managing messageports.
- Rethrow
Errors ๐
Constantsยง
Functionsยง
- compile_
script ๐ - evaluate_
script ๐ - https://tc39.es/ecma262/#sec-runtime-semantics-scriptevaluation
- global_
scope_ ๐ โfrom_ global - Returns the Rust global scope from a JS global object.
- global_
scope_ ๐ โfrom_ global_ static - Returns the Rust global scope from a JS global object.
- stream_
handle_ ๐eof - Callback used to close streams as part of FileListener.
- stream_
handle_ ๐incoming - Callback used to enqueue file chunks to streams as part of FileListener.
Type Aliasesยง
- File
Listener ๐Callback