The ReadableStreamBYOBReader() constructor creates and returns a ReadableStreamBYOBReader object instance.
Note: You generally wouldn't use this constructor manually; instead, you'd use the ReadableStream.getReader() method with the argument "byob".