14 lines
561 B
Markdown
14 lines
561 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) > [ScriptParsedEvent](./puppeteer.protocol.debugger.scriptparsedevent.md) > [hasSourceURL](./puppeteer.protocol.debugger.scriptparsedevent.hassourceurl.md)
|
|
|
|
## Protocol.Debugger.ScriptParsedEvent.hasSourceURL property
|
|
|
|
True, if this script has sourceURL.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
hasSourceURL?: boolean;
|
|
```
|