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

Usage in Deno

import { ReadableBase } from "node:stream";

This property reflects the current state of a Readable stream as described in the Three states section.

Type

boolean | null