Skip to main content
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>MediaKeyStatusMap

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface MediaKeyStatusMap
import { type MediaKeyStatusMap } from "https://deno.land/x/windmill@v1.364.2/node_modules/evt/lib/types/lib.dom.d.ts";

This EncryptedMediaExtensions API interface is a read-only map of media key statuses by key IDs.

Properties

readonly
size: number

Methods

get(keyId: BufferSource): MediaKeyStatus | undefined
has(keyId: BufferSource): boolean
forEach(callbackfn: (
value: MediaKeyStatus,
parent: MediaKeyStatusMap,
) => void
, thisArg?: any
): void