- From: Mattias Buelens <notifications@github.com>
- Date: Thu, 21 Feb 2019 12:13:30 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 February 2019 20:13:52 UTC
MattiasBuelens commented on this pull request. > 1. Assert: Type(_result_) is Object. - 1. Let _value_ be ? Get(_result_, `"value"`). - 1. Let _done_ be ? Get(_result_, `"done"`). + 1. Let _done_ be ! Get(_result_, `"done"`). ➡️ #995 -- 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/pull/994#discussion_r259097202
Received on Thursday, 21 February 2019 20:13:52 UTC