- From: Adam Rice <notifications@github.com>
- Date: Fri, 30 Jun 2023 00:56:57 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 30 June 2023 07:57:03 UTC
> Can the purpose be fulfilled by something like `pull(c) { c.enqueue(data); return new Promise(r => setTimeout(r, 10)) }`? Another pull won't happen until the promise resolves, right? This doesn't help with platform streams like Response body. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/1270#issuecomment-1614277140 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/issues/1270/1614277140@github.com>
Received on Friday, 30 June 2023 07:57:03 UTC