Creates a named buffer
Enable/disable debug mode (console.log everywhere ;))
Trigger an event. Will send all arguments after eventName to the existent event listeners
Event's name
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 Even when flush returns false, the handlers will be called. Maintenance will try to remove it after a few moments.
Add an event listener
the "unsubscriber". Call this function to unsubscribe this event (or use the unsubscribe method)
Event's names
Handler
Unsubscriber for all events
Removes an event listener from an event
Event's name
Handler to remove
Removes all event listeners from the given events
Generated using TypeDoc
Remove all data from the buffer. Just the global clean buffer event will be emitted