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

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

Deno Standard Extensions
Go to Latest
interface MediaError
import { type MediaError } from "https://deno.land/x/yxz@0.17.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