mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
640 B
640 B
Home > puppeteer > Protocol > Fetch > RequestPattern > urlPattern
Protocol.Fetch.RequestPattern.urlPattern property
Wildcards ('*' -> zero or more, '?' -> exactly one) are allowed. Escape character is backslash. Omitting is equivalent to "*".
Signature:
urlPattern?: string;