W3cubDocs

/Deno

EventListenerOptions

interface EventListenerOptions {
capture?: boolean;
}

Properties

capture?: boolean