Crate wasm_dom

Source

Re-exports§

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

Modules§

Reflect
error
existing

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.
UnwrapThrowExt
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§

document
get_element_by_id
location
select_element
window