mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
18 lines
476 B
Markdown
18 lines
476 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPRequest](./puppeteer.httprequest.md) > [abortErrorReason](./puppeteer.httprequest.aborterrorreason.md)
|
|
|
|
## HTTPRequest.abortErrorReason() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
abortErrorReason(): Protocol.Network.ErrorReason;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
Protocol.Network.ErrorReason
|
|
|
|
the most recent reason for aborting the request
|
|
|