Modules§
Structs§
- Byte
String - Encapsulates the IDL
ByteStringtype. - DOMString
- This type corresponds to the
DOMStringtype in WebIDL. - Trusted
Promise - 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
TrustedPromiseinstance. These values cannot be cloned, only created from existingRc<Promise>values.