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

603 B

Home > puppeteer > Protocol > Debugger > ScriptFailedToParseEvent > sourceMapURL

Protocol.Debugger.ScriptFailedToParseEvent.sourceMapURL property

URL of source map associated with script (if any).

Signature:

sourceMapURL?: string;