puppeteer/new-docs/puppeteer.protocol.network.initiator.url.md
2020-07-13 14:01:35 +01:00

14 lines
567 B
Markdown

<!-- 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; [Network](./puppeteer.protocol.network.md) &gt; [Initiator](./puppeteer.protocol.network.initiator.md) &gt; [url](./puppeteer.protocol.network.initiator.url.md)
## Protocol.Network.Initiator.url property
Initiator URL, set for Parser type or for Script type (when script is importing module) or for SignedExchange type.
<b>Signature:</b>
```typescript
url?: string;
```