Module script::dom::bindings::utils

source ·
Expand description

Various utilities to glue JavaScript and the DOM implementation together.

Structs§

  • The struct that holds inheritance information for DOM object reflectors.
  • The JSClass used for DOM object reflectors.
  • Static data associated with a global object.
  • A OnceLock wrapping a type that is not considered threadsafe by the Rust compiler, but will be used in a threadsafe manner (it will not be mutated, after being initialized).

Constants§

Traits§

Functions§

Type Aliases§