MisDisturbed
Bun

method

fs.ReadStream.isDisturbed

static isDisturbed(
stream: ReadableStream | ReadableStream<any>
): boolean;

Returns whether the stream has been read from or cancelled.

Referenced types

interface ReadableStream<R = any>