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

Enums

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