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

Usage in Deno

import { ReadableBase } from "node:stream";

Returns whether 'data' has been emitted.

Type

boolean