Re-exports§
pub use crate::error::Error;pub use crate::error::Result;pub use js_sys;pub use wasm_bindgen;
Modules§
Structs§
- Document
- The
Documentclass. - JsValue
- Representation of an object owned by JS.
- Location
- The
Locationclass. - Window
- The
Windowclass.
Traits§
- JsCast
- A trait for checked and unchecked casting between JS types.
- Unwrap
Throw Ext - An extension trait for
Option<T>andResult<T, E>for unwrapping theTvalue, or throwing a JS error if it is not available.