Skip to main content
ReadableBase.prototype.destroyed - stream - Node documentation
property ReadableBase.prototype.destroyed

Usage in Deno

import { ReadableBase } from "node:stream";

Is true after readable.destroy() has been called.

Type

boolean