Skip to main content
Build Real-time Applications with the new "watch" API in Deno KV
Read more
interface ReadableStreamReader

Type Parameters

optional
R = any

Methods

cancel(): Promise<void>
read(): Promise<ReadableStreamReadResult<R>>
releaseLock(): void
variable ReadableStreamReader

type

{ prototype: ReadableStreamReader; new (): ReadableStreamReader; }