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 <a href="stream.html#class-streamreadable" class="type">stream.Readable</a>.

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

Type

boolean