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

664 B

Home > puppeteer > Protocol > Network > ContinueInterceptedRequestRequest > method

Protocol.Network.ContinueInterceptedRequestRequest.method property

If set this allows the request method to be overridden. Must not be set in response to an authChallenge.

Signature:

method?: string;