14 lines
516 B
Markdown
14 lines
516 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [DataEntry](./puppeteer.protocol.cachestorage.dataentry.md) > [requestURL](./puppeteer.protocol.cachestorage.dataentry.requesturl.md)
|
||
|
|
||
|
## Protocol.CacheStorage.DataEntry.requestURL property
|
||
|
|
||
|
Request URL.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
requestURL: string;
|
||
|
```
|