The [`read operation algorithm`](https://w3c.github.io/FileAPI/#readOperation) uses the inappropriate "in parallel" concept(see [event-loop-for-spec-authors](https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-for-spec-authors)), and instead of rewording this, it could be simplified through the use of[`readablestreamdefaultreader-read-all-bytes`](https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-all-bytes). Here is an [example from Fetch](https://fetch.spec.whatwg.org/#body-fully-read).