- From: Nidhi Jaju <notifications@github.com>
- Date: Mon, 16 Nov 2020 20:09:57 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 17 November 2020 04:10:10 UTC
The second step in both AcquireReader() functions call their respective SetUp() functions, which is redundant as SetUp() is already called inside the constructor in the first step. Hence, this change removes these redundant steps from the standard. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/streams/pull/1087 -- Commit Summary -- * remove redundant steps -- File Changes -- M index.bs (2) -- Patch Links -- https://github.com/whatwg/streams/pull/1087.patch https://github.com/whatwg/streams/pull/1087.diff -- 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/1087
Received on Tuesday, 17 November 2020 04:10:10 UTC