Expand description
Useful utilities to make development of browser-targeted Rust applications slightly less painful.
Re-exports
Modules
- Event-related utilities.
- Async queue.
- Sleeping.
- Background task spawning.
Macros
- Helper macro for creating
wasm_bindgenclosures.
Structs
- Wrapper for
JsValueerrors implementingstd::error::Error.
Functions
- Gets document’s body.
- Gets document object.
- Outputs an error message to the web console.
- Outputs a message to the web console.
- Sets a panic hook that forwards panic messages to
console.error. - Outputs a warning message to the web console.
- Gets window object.