- From: Gus Caplan <notifications@github.com>
- Date: Wed, 29 Aug 2018 07:20:47 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 29 August 2018 14:21:08 UTC
Does this work? ```bs When @@asyncIterator of ReadableStream is called when _arguments_, do: 1. Let _getReader_ be ? GetMethod(*this*, `"getReader"`). 2. Let _reader_ be ? Call(_getReader_, *this*). 3. Let _getIterator_ be ? GetMethod(_reader_, @@asyncIterator). 4. Let _iter_ be ? Call(_getIterator_, _reader_, _arguments_). 5. Return _iter_. ``` -- 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/950#issuecomment-416970902
Received on Wednesday, 29 August 2018 14:21:08 UTC