Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 234 Bytes

puppeteer.consolemessagelocation.url.md

File metadata and controls

15 lines (11 loc) · 234 Bytes
sidebar_label
ConsoleMessageLocation.url

ConsoleMessageLocation.url property

URL of the resource if known or undefined otherwise.

Signature:

interface ConsoleMessageLocation {
  url?: string;
}