- From: Adam Rice <notifications@github.com>
- Date: Thu, 21 Feb 2019 13:52:52 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 February 2019 13:53:15 UTC
ricea 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"`). > For the same reason, I think we can also change `? Get` to `! Get` in [`ReadableStreamAsyncIteratorPrototype.next()`](https://streams.spec.whatwg.org/commit-snapshots/a441f59db468c3a40515cc2e7590abe381632f8d/#rs-asynciterator-prototype-next)? Yes. Feel free to send a PR! :smile: -- 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_r258935110
Received on Thursday, 21 February 2019 13:53:15 UTC