Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ConsoleMessageLocation
import { type ConsoleMessageLocation } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";

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.