import { type dom } from "https://deno.land/x/evt@v2.5.6/lib/types/index.ts";
const { AudioTrack } = dom;
A single audio track from one of the HTML media elements, or .
Properties
readonly
sourceBuffer: SourceBuffer | nullimport { type dom } from "https://deno.land/x/evt@v2.5.6/lib/types/index.ts";
const { AudioTrack } = dom;
A single audio track from one of the HTML media elements, or .