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

x/deno/cli/tsc/dts/lib.dom.d.ts>MediaError

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable MediaError
import { MediaError } from "https://deno.land/x/deno@v1.40.5/cli/tsc/dts/lib.dom.d.ts";

type

{ prototype: MediaError; readonly MEDIA_ERR_ABORTED: 1; readonly MEDIA_ERR_NETWORK: 2; readonly MEDIA_ERR_DECODE: 3; readonly MEDIA_ERR_SRC_NOT_SUPPORTED: 4; new (): MediaError; }