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.
boolean | null
import { ReadableBase } from "node:stream";
This property reflects the current state of a Readable
stream as described
in the Three states section.
boolean | null