14 lines
603 B
Markdown
14 lines
603 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [ScriptFailedToParseEvent](./puppeteer.protocol.debugger.scriptfailedtoparseevent.md) > [sourceMapURL](./puppeteer.protocol.debugger.scriptfailedtoparseevent.sourcemapurl.md)
|
||
|
|
||
|
## Protocol.Debugger.ScriptFailedToParseEvent.sourceMapURL property
|
||
|
|
||
|
URL of source map associated with script (if any).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
sourceMapURL?: string;
|
||
|
```
|