mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
896 B
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. |