Definition
DOM Standard defines AddEventListenerOptions
dictionary AddEventListenerOptions : EventListenerOptions {
boolean passive;
boolean once = false;
AbortSignal signal;
};
AddEventListenerOptions
dictionaryDOM Standard defines AddEventListenerOptions
dictionary AddEventListenerOptions : EventListenerOptions {
boolean passive;
boolean once = false;
AbortSignal signal;
};