puppeteer/new-docs/puppeteer.protocol.cachestorage.requestentriesrequest.pathfilter.md

14 lines
626 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; [CacheStorage](./puppeteer.protocol.cachestorage.md) &gt; [RequestEntriesRequest](./puppeteer.protocol.cachestorage.requestentriesrequest.md) &gt; [pathFilter](./puppeteer.protocol.cachestorage.requestentriesrequest.pathfilter.md)
## Protocol.CacheStorage.RequestEntriesRequest.pathFilter property
If present, only return the entries containing this substring in the path
<b>Signature:</b>
```typescript
pathFilter?: string;
```