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

Usage in Deno

import { ReadableBase } from "node:stream";

Is true if it is safe to call read, which means the stream has not been destroyed or emitted 'error' or 'end'.

Type

boolean