Skip to main content
Module

x/astral/bindings/celestial.ts>Media_PlayerError

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Media_PlayerError
import { type Media_PlayerError } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Corresponds to kMediaError

definition: { errorType: string; code: number; stack: Media_PlayerErrorSourceLocation[]; cause: Media_PlayerError[]; data: object; }