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
RAII type which is used to manage DOM event listeners.
Specifies options for EventListener::new_with_options
and
EventListener::once_with_options
.
Enums
Specifies whether the event listener is run during the capture or bubble phase.