[whatwg/fetch] Remove promise dependency from "Fully read a body" (Issue #1568)

[Fully read a body](https://fetch.spec.whatwg.org/#body-fully-read) is used in contexts that are not necessarily JS related, e.g. loading `<link>`s.
The implementation should go via the streams API without requiring promises internally.
Promises should only be used in JS-related contexts.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1568
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1568@github.com>

Received on Monday, 12 December 2022 06:47:55 UTC