Skip to main content
Module

x/commandis/mod.ts>dom.MSMediaKeys

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

Properties

readonly
keySystem: string

Methods

createSession(
type: string,
initData: Uint8Array,
cdmData?: Uint8Array | null,
): MSMediaKeySession