mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
582 B
582 B
Home > puppeteer > Protocol > Fetch > RequestPattern > resourceType
Protocol.Fetch.RequestPattern.resourceType property
If set, only requests for matching resource types will be intercepted.
Signature:
resourceType?: Network.ResourceType;