Module moxie_dom::interfaces::global_events[][src]

Expand description

Trait for defining the methods related to the event handlers shared by all HTML elements.

Traits

An event which can be handled on any element.

These event handlers are defined on the GlobalEventHandlers mixin, and implemented by HTMLElement, Document, Window, as well as by WorkerGlobalScope for Web Workers.