Fields

@:optionaloptionalsignal:Null<AbortSignal>

The listener will be removed when the given AbortSignal object's abort() method is called.

@:optionaloptionalpassive:Null<Bool>

When true, serves as a hint that the listener will not call preventDefault(). Default: false.

@:optionaloptionalonce:Null<Bool>

When true, the listener is automatically removed when it is first invoked. Default: false.

@:optionaloptionalcapture:Null<Bool>

Not directly used by Node.js except as part of the listener registration key. Default: false.