getReader
The getReader() method of the ReadableStream interface creates a reader and locks the stream to it.
fun getReader(options: ReadableStreamGetReaderOptions = definedExternally): ReadableStreamReader(source)
The getReader() method of the ReadableStream interface creates a reader and locks the stream to it.