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