[whatwg/streams] Editorial: Remove redundant steps from AcquireDefaultReader & BYOBReader (#1087)

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