AddEventListenerOptions
@API
Node: Add Listener Options
Options which can be passed to the target.addEventListener
method.
Constructors
Link copied to clipboard
constructor(signal: AbortSignal? = null, passive: Boolean = false, once: Boolean = false, capture: Boolean = false)