Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 310 Bytes

puppeteer.httprequest.aborterrorreason.md

File metadata and controls

19 lines (13 loc) · 310 Bytes
sidebar_label
HTTPRequest.abortErrorReason

HTTPRequest.abortErrorReason() method

Signature:

class HTTPRequest {
  abortErrorReason(): Protocol.Network.ErrorReason | null;
}

Returns:

Protocol.Network.ErrorReason | null

the most recent reason for aborting the request