readAsync
fun <T : ArrayBufferView<*>> readAsync(view: T, options: ReadableStreamBYOBReaderReadOptions = definedExternally): Promise<ReadableStreamReadResult<T>>(source)
The read() method of the ReadableStreamBYOBReader interface is used to read data into a view on a user-supplied buffer from an associated readable byte stream.