Module script::dom::globalscope
source ยท Structsยง
- The info pertaining to a blob managed by this global.
- BroadcastListener ๐A wrapper for broadcasts coming in over IPC, and the event-loop.
- FileListener ๐A wrapper for the handling of file data received by the ipc router
- Data representing a message-port managed by this global.
- MessageListener ๐A wrapper for glue-code between the ipc router and the event-loop.
- TimerListener ๐A wrapper between timer events coming in over IPC, and the event-loop.
Enumsยง
- BlobResult ๐The result of looking-up the data for a Blob, containing either the in-memory bytes, or the file-id.
- State representing whether this global is currently managing blobs.
- A holder of a weak reference for a DOM blob or file.
- State representing whether this global is currently managing broadcast channels.
- FileListenerState ๐
- FileListenerTarget ๐
- State representing whether this global is currently managing messageports.
Constantsยง
Functionsยง
- 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.
- Callback used to enqueue file chunks to streams as part of FileListener.
Type Aliasesยง
- FileListenerCallback ๐