Fires an event on the event target with the provided name and data
Fires an event on the event target with the provided name and data and saves the data in the special event target's store for late subscribers
Fires an event on the event target with the provided name and data and provides "sendResponse" function to be (optionally) called by the event listener and saves the data in the special event target's store for late subscribers
Fires an event on the event target with the provided name and data and provides "sendResponse" function to be (optionally) called by the event listener
It sets an event listener listening to the event with the provided name. The listener called immediately if an event was stored in the target's "courierEventDataStore"
It sets an event listener listening to the event with the provided name only once The listener called immediately if an event was stored in the target's "courierEventDataStore"
A convenience method that sets event listeners in a bulk
Generated using TypeDoc
The library exposes a factory function that creates a
courier
object and a pre-made courier object where the event target iswindow
.