Package-level declarations
Types
Options which can be passed to the target.addEventListener
method.
The CustomEvent object is an adaptation of the CustomEvent Web API. Instances are created internally by Node.js.
Either an EventEmitter or EventTarget.
The Event object is an adaptation of the Event Web API. Instances are created internally by Elide.
The EventEmitter class is defined and exposed by the node:events module:
Event listeners registered for an event type
may either be JavaScript functions or objects with a handleEvent
property whose value is a function.
Options which can be passed to the events.once
method.
The EventTarget and Event objects are a Node.js-specific implementation of the EventTarget Web API that are exposed by some Node.js core APIs.
Options which can be passed to the target.addEventListener
method.