Expand description

This module contains structs and enums that represent dom types, and their parts. These are the types used internally by our virtual dom.

Re-exports

pub use namespace::Namespace;

Modules

This module contains code related to event handling; ie things that update the dom, related to web_sys::Event

This file contains interactions with web_sys.