Skip to content

CustomEvents

Tim Rücker edited this page Dec 6, 2018 · 1 revision

Since iizuna relies heavily on custom events, a polyfill is implemented for browsers that do not yet support CustomEvents.

How custom events are normally triggered can be read here.

Since sending custom events is a common use case, there is an EventHelper that sends custom events in one line of code to the document.

Clone this wiki locally