method
http2.Http2ServerRequest.isDisturbed
stream: ReadableStream | ReadableStream<any>
): boolean;
Returns whether the stream has been read from or cancelled.
Referenced types
interface ReadableStream<R = any>
- ): ReadableStream<T>;
method
Returns whether the stream has been read from or cancelled.