Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface ConsoleMessageLocation
import { type ConsoleMessageLocation } from "https://deno.land/x/frugal@0.9.6/dep/puppeteer/mod.ts";

Properties

optional
url: string

URL of the resource if known or undefined otherwise.

optional
lineNumber: number

0-based line number in the resource if known or undefined otherwise.

optional
columnNumber: number

0-based column number in the resource if known or undefined otherwise.