Skip to main content
Go to Latest
interface ConsoleMessageLocation
import { type ConsoleMessageLocation } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/common/ConsoleMessage.d.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.