Skip to main content
Latest
function removeEventListener
import { removeEventListener } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

Parameters

type: K
listener: (this: Window, ev: WindowEventMap[K]) => any
optional
options: boolean | EventListenerOptions

Parameters

type: string
optional
options: boolean | EventListenerOptions