Skip to main content
Module

x/commandis/mod.ts>dom.MediaStreamEvent

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.MediaStreamEvent
implements Event
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { MediaStreamEvent } = dom;

Events that occurs in relation to a MediaStream. Two events of this type can be thrown: addstream and removestream.

Properties

readonly
stream: MediaStream | null