import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { MediaKeyStatusMap } = dom;
This EncryptedMediaExtensions API interface is a read-only map of media key statuses by key IDs.
Methods
get(keyId: BufferSource): MediaKeyStatus | undefined
has(keyId: BufferSource): boolean