Modulesยง
- callback
- Base classes to work with IDL callbacks.
- codegen
- constant ๐
- WebIDL constants.
- constructor ๐
- conversions
- domstring
- error
- finalize ๐
- Generic finalizer implementations for DOM binding implementations.
- guard ๐
- Machinery to conditionally expose things.
- import ๐
- inheritance
- The
Castabletrait. - interface
- Machinery to initialise interface prototype objects and interface objects.
- interfaces
- iterable
- Implementation of
iterable<...>anditerable<..., ...>WebIDL declarations. - like
- Implementation of
setlike<...>andmaplike<..., ...>WebIDL declarations. - lock ๐
- mem ๐
- Routines for handling measuring the memory usage of arbitrary DOM nodes.
- namespace ๐
- Machinery to initialise namespace objects.
- num
- The
Finite<T>struct. - principals
- proxyhandler
- Utilities for the implementation of JSAPI proxy handlers.
- realms
- record
- The
Record(open-ended dictionary) type. - reflector
- root
- script_
runtime - settings_
stack - str
- The
ByteStringstruct. - structuredclone
- trace
- utils
- weakref
- Weak-referenceable JS-managed DOM objects.
Macrosยง
- match_
domstring_ ascii - Use this to match &str against lazydomstring efficiently. You are only allowed to match ascii strings otherwise this macro will lead to wrong results.
- match_
domstring_ ascii_ inner