Skip to main content
Latest
variable MSMediaKeys
import { MSMediaKeys } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: MSMediaKeys; new (keySystem: string): MSMediaKeys; isTypeSupported(keySystem: string, type?: string | null): boolean; isTypeSupportedWithFeatures(keySystem: string, type?: string | null): string; }