puppeteer/new-docs/puppeteer.protocol.fetch.requestpattern.urlpattern.md

14 lines
640 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; [Fetch](./puppeteer.protocol.fetch.md) &gt; [RequestPattern](./puppeteer.protocol.fetch.requestpattern.md) &gt; [urlPattern](./puppeteer.protocol.fetch.requestpattern.urlpattern.md)
## Protocol.Fetch.RequestPattern.urlPattern property
Wildcards ('\*' -<!-- -->&gt; zero or more, '?' -<!-- -->&gt; exactly one) are allowed. Escape character is backslash. Omitting is equivalent to "\*".
<b>Signature:</b>
```typescript
urlPattern?: string;
```