puppeteer/new-docs/puppeteer.protocol.network.setblockedurlsrequest.md
2020-07-13 14:01:35 +01:00

669 B

Home > puppeteer > Protocol > Network > SetBlockedURLsRequest

Protocol.Network.SetBlockedURLsRequest interface

Signature:

export interface SetBlockedURLsRequest 

Properties

Property Type Description
urls string[] URL patterns to block. Wildcards ('*') are allowed.