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

x/evt/mod.ts>dom.TrackEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.TrackEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.20/mod.ts";
const { TrackEvent } = dom;

The TrackEvent interface, part of the HTML DOM specification, is used for events which represent changes to the set of available tracks on an HTML media element; these events are addtrack and removetrack.

Properties

readonly
track: