Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function getEventListeners
import { getEventListeners } from "https://deno.land/std@0.125.0/node/_events.js";

Returns a copy of the array of listeners for the event name specified as type.

Parameters

emitterOrTarget
type