Skip to main content
ClientRequest.prototype.aborted - http - Node documentation
property ClientRequest.prototype.aborted

Usage in Deno

import { ClientRequest } from "node:http";
Deprecated

Since v17.0.0, v16.12.0 - Check destroyed instead.

The request.aborted property will be true if the request has been aborted.

Type

boolean