Skip to main content
Latest
variable MediaError
import { MediaError } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: MediaError; readonly MEDIA_ERR_ABORTED: number; readonly MEDIA_ERR_DECODE: number; readonly MEDIA_ERR_NETWORK: number; readonly MEDIA_ERR_SRC_NOT_SUPPORTED: number; new (): MediaError; }