Re: [whatwg/streams] ReadableStreamClose with async iterator and pending read requests errors (#1100)

Thanks, that makes sense.  Our implementation of "unwrapped" promises was preventing double fulfilment, out of an abundance of caution, but as you state, that should just be a no-op.  So instead of guarding, I will change the implementation of our "unwrapped" promises.

-- 
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/1100#issuecomment-759079215

Received on Tuesday, 12 January 2021 22:32:11 UTC