Re-exports§
pub use crate::error::Error;
pub use crate::error::Result;
pub use js_sys;
pub use wasm_bindgen;
Modules§
Structs§
- Document
- The
Document
class. - JsValue
- Representation of an object owned by JS.
- Location
- The
Location
class. - Window
- The
Window
class.
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 theT
value, or throwing a JS error if it is not available.