Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/compress/deps.ts>EventEmitter#removeAllListeners

compress and uncompress for Deno
Go to Latest
method EventEmitter.prototype.removeAllListeners
import { EventEmitter } from "https://deno.land/x/compress@v0.3.8/deps.ts";

Removes all listeners, or those of the specified eventName.

Parameters

optional
eventName: string | symbol