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

896 B

Home > puppeteer > Protocol > Fetch > FailRequestRequest

Protocol.Fetch.FailRequestRequest interface

Signature:

export interface FailRequestRequest 

Properties

Property Type Description
errorReason Network.ErrorReason Causes the request to fail with the given reason.
requestId RequestId An id the client received in requestPaused event.