Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method Readable.isDisturbed
import { Readable } from "https://deno.land/std@0.127.0/node/_stream.d.ts";

Returns whether the stream has been read from or cancelled.

Returns

boolean