Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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 MediaError
import { type MediaError } from "https://deno.land/x/windmill@v1.345.2/node_modules/evt/lib/types/lib.dom.d.ts";

An error which occurred while handling media in an HTML media element based on HTMLMediaElement, such as or .

Properties

readonly
code: number
readonly
message: string
readonly
msExtendedCode: number
readonly
MEDIA_ERR_ABORTED: number
readonly
MEDIA_ERR_DECODE: number
readonly
MEDIA_ERR_NETWORK: number
readonly
MEDIA_ERR_SRC_NOT_SUPPORTED: number
readonly
MS_MEDIA_ERR_ENCRYPTED: number