deno.com

interface ReadableStream

This Streams API interface represents a readable stream of byte data.

Type Parameters #

#R = any

Properties #

#locked: boolean
readonly

Methods #

Type Parameters #

#R = any