Crate gloo_events

Source
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§

EventListener
RAII type which is used to manage DOM event listeners.
EventListenerOptions
Specifies options for EventListener::new_with_options and EventListener::once_with_options.

Enums§

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