Skip to main content
Module

x/evt/mod.ts>dom.MediaStreamTrackEvent

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

Events which indicate that a MediaStream has had tracks added to or removed from the stream through calls to Media Stream API methods. These events are sent to the stream when these changes occur.

Properties

readonly
track: MediaStreamTrack