Expand description

Using event listeners with web-sys is hard! This crate provides an EventListener type which makes it easy!

See the documentation for EventListener for more information.

Structs

RAII type which is used to manage DOM event listeners.

Enums

Specifies whether the event listener is run during the capture or bubble phase.