puppeteer/new-docs/puppeteer.protocol.debugger.scriptparsedevent.hassourceurl.md
2020-07-13 14:01:35 +01:00

561 B

Home > puppeteer > Protocol > Debugger > ScriptParsedEvent > hasSourceURL

Protocol.Debugger.ScriptParsedEvent.hasSourceURL property

True, if this script has sourceURL.

Signature:

hasSourceURL?: boolean;