Modules§
Structs§
- Encapsulates the IDL
ByteString
type. - A DOMString.
- A traced reference to a DOM object
- A mutable field in the DOM.
- An HTML node.
- A safe wrapper around a DOM Promise object that can be shared among threads for use in asynchronous operations. The underlying DOM object is guaranteed to live at least as long as the last outstanding
TrustedPromise
instance. These values cannot be cloned, only created from existingRc<Promise>
values.