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 dynamic 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.
Functions§
- body
- document
- document_
element - elements
- get_
element_ by_ id - location
- select_
all_ elements - select_
all_ elements_ from - select_
element - select_
element_ cast - select_
element_ from - set_
timeout setTimeout(func, delay_ms)for a one-shot callback.- window