Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/js/dom_types.ts>AddEventListenerOptions

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface AddEventListenerOptions
import { type AddEventListenerOptions } from "https://deno.land/x/deno@v0.14.0/js/dom_types.ts";

Properties

once: boolean
passive: boolean