- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 20 Oct 2021 08:53:58 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 October 2021 15:54:10 UTC
I guess at least this very particular issue is not so bad, because we just convert "read all bytes" into callback (or lite-promise?) style. That's a pretty small transformation. The more general issue could be problematic, though. In particular we use JS promises internally for startAlgorithm, pullAlgorithm, etc., which might be subpar. -- 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/streams/issues/1178#issuecomment-947804924
Received on Wednesday, 20 October 2021 15:54:10 UTC