Skip to main content
Module

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

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

Properties

readonly
code: number
readonly
systemCode: number
readonly
MS_MEDIA_KEYERR_CLIENT: number
readonly
MS_MEDIA_KEYERR_DOMAIN: number
readonly
MS_MEDIA_KEYERR_HARDWARECHANGE: number
readonly
MS_MEDIA_KEYERR_OUTPUT: number
readonly
MS_MEDIA_KEYERR_SERVICE: number
readonly
MS_MEDIA_KEYERR_UNKNOWN: number