Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
method EventTarget.prototype.removeEventListener

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

Parameters

type: string
optional
options: EventListenerOptions | boolean