Re: [whatwg/fetch] Use tasks to manipulate streams (#1270)

Yeah, after main fetch everything is in parallel. I think it really shows that JavaScript streams are just not that suitable for this. And even if we used an implementation-defined realm we'd still have to do everything in the same in parallel thread somehow, which we don't really have a mechanism for.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1270#issuecomment-885615523

Received on Friday, 23 July 2021 12:51:29 UTC