Static
CLEAN_Static
FLUSH_Remove all data from the buffer. Just the global clean buffer event will be emitted
Creates a named buffer
Trigger an event. Will send all arguments after eventName to the existent event listeners
Event's name
Rest
...args: any[]EventManager
Add and event to the buffer. Will store the event until the buffer is flushed
Flushes the buffer, calling the registered handlers for all events Maintenance will try to remove it after a few moments.
Enable/disable debug mode (console.log everywhere ;))
Removes an event listener from an event
Event's name
Handler to remove
Removes all event listeners from the given events
unsubscribe Removes the event listener from multiple events
Generated using TypeDoc
Checks if the buffer exists