interfaceAddEventListenerOptionsinterface AddEventListenerOptionscapture?: booleanonce?: booleanWhen true, the listener is automatically removed when it is first invoked. Default: false.passive?: booleanWhen true, serves as a hint that the listener will not call the Event object's preventDefault() method. Default: false.signal?: AbortSignal
When true, serves as a hint that the listener will not call the Event object's preventDefault() method. Default: false.