W3cubDocs

/Deno

AddEventListenerOptions

interface AddEventListenerOptions extends EventListenerOptions {
once?: boolean;
passive?: boolean;
}

Properties

once?: boolean
passive?: boolean