Re-exports

pub use js_sys;
pub use wasm_bindgen;
pub use crate::error::Error;
pub use crate::error::Result;

Modules

Structs

The Document class.
Representation of an object owned by JS.
The Location class.
The Window class.

Traits

A trait for checked and unchecked casting between JS types.
An extension trait for Option<T> and Result<T, E> for unwrapping the T value, or throwing a JS error if it is not available.

Functions