- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 21 Feb 2019 23:04:15 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 February 2019 23:04:39 UTC
Be careful with words like "simultaneously" or "at the same time" in JS, since that's not really possible in a single-threaded language. I guess you mean "while the previous call's promise hasn't yet settled". But yeah, otherwise, very nice find. Your OP should be pretty easy to turn into a web platform test, and illustrates the problem nicely. -- 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/996#issuecomment-466204422
Received on Thursday, 21 February 2019 23:04:39 UTC