pub use JsValue;
pub use ;
/// Result type for DOM operations, carrying a [`JsValue`] error on failure.
pub type ElementResult<T> = Result;
/// Returns the global `document` node, panicking if no browser context exists.
/// Returns the global `window` object, panicking if no browser context exists.
/// Returns the DOM element with the given `id`, or `None` if not found.