Skip to main content
Module

x/evt/lib/types/lib.dom.ts>RTCStatsReport

💧EventEmitter's typesafe replacement
Go to Latest
interface RTCStatsReport
import { type RTCStatsReport } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

Methods

forEach(callbackfn: (
value: any,
key: string,
) => void
, thisArg?: any
): void