ReadableStreamBYOBRequest

external interface ReadableStreamBYOBRequest

Properties

Link copied to clipboard
abstract var atLeast: Number?
Link copied to clipboard
abstract var view: Uint8Array?

Functions

Link copied to clipboard
abstract fun respond(bytesWritten: Number)
Link copied to clipboard
abstract fun respondWithNewView(view: ArrayBuffer)
abstract fun respondWithNewView(view: ArrayBufferView)