puppeteer/new-docs/puppeteer.protocol.debugger.scriptparsedevent.url.md

14 lines
530 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [ScriptParsedEvent](./puppeteer.protocol.debugger.scriptparsedevent.md) &gt; [url](./puppeteer.protocol.debugger.scriptparsedevent.url.md)
## Protocol.Debugger.ScriptParsedEvent.url property
URL or name of the script parsed (if any).
<b>Signature:</b>
```typescript
url: string;
```