The read() method of the ReadableStreamDefaultReader interface returns a Promise providing access to the next chunk in the stream's internal queue.
The releaseLock() method of the ReadableStreamDefaultReader interface releases the reader's lock on the stream.
The
ReadableStreamDefaultReaderinterface of the Streams API represents a default reader that can be used to read stream data supplied from a network (such as a fetch request).MDN Reference