Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/typing/lib.dom.ts>MediaError

Deno Standard Extensions
Latest
interface MediaError
import { type MediaError } from "https://deno.land/x/yxz@0.32.0/typing/lib.dom.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
MEDIA_ERR_ABORTED: number
readonly
MEDIA_ERR_DECODE: number
readonly
MEDIA_ERR_NETWORK: number
readonly
MEDIA_ERR_SRC_NOT_SUPPORTED: number