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

x/astral/bindings/celestial.ts>Media_PlayerErrorSourceLocation

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

Represents logged source line numbers reported in an error. NOTE: file and line are from chromium c++ implementation code, not js.

definition: { file: string; line: number; }