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

Properties

readonly
view: ArrayBufferView | null

Methods

respond(bytesWritten: number): void
respondWithNewView(view: ArrayBufferView): void
variable ReadableStreamBYOBRequest

type

{ readonly prototype: ReadableStreamBYOBRequest; new (): never; }