Skip to main content
Module

x/evt/lib/types/index.ts>dom.TrackEventInit

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.TrackEventInit
implements EventInit
import { type dom } from "https://deno.land/x/evt@v2.4.11/lib/types/index.ts";
const { TrackEventInit } = dom;

Properties

optional
track:
| VideoTrack
| AudioTrack
| TextTrack
| null