14 lines
640 B
Markdown
14 lines
640 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [RequestPattern](./puppeteer.protocol.fetch.requestpattern.md) > [urlPattern](./puppeteer.protocol.fetch.requestpattern.urlpattern.md)
|
||
|
|
||
|
## Protocol.Fetch.RequestPattern.urlPattern property
|
||
|
|
||
|
Wildcards ('\*' -<!-- -->> zero or more, '?' -<!-- -->> exactly one) are allowed. Escape character is backslash. Omitting is equivalent to "\*".
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
urlPattern?: string;
|
||
|
```
|