Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method EventTarget.prototype.removeEventListener
import { EventTarget } from "https://deno.land/x/tl_log@0.1.2/examples/deploy.d.ts";

Removes the event listener in target's event listener list with the same type, callback, and options.

Parameters

type: string
optional
options: EventListenerOptions | boolean