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

575 B

Home > puppeteer > Protocol > Debugger > ScriptParsedEvent > sourceMapURL

Protocol.Debugger.ScriptParsedEvent.sourceMapURL property

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

Signature:

sourceMapURL?: string;