Skip to main content
Module

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

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

Properties

readonly
error: MSMediaKeyError | null
readonly
keySystem: string
readonly
sessionId: string

Methods

close(): void
update(key: Uint8Array): void