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

Usage in Deno

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

Since v17.0.0,v16.12.0 - Check message.destroyed from stream.Readable.

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

Type

boolean