- From: Domenic Denicola <notifications@github.com>
- Date: Sun, 26 Mar 2017 22:31:42 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 March 2017 05:32:14 UTC
This renames the [[Cancel]]() and [[Pull]]() internal methods on readable stream controllers to have the suffix "steps". This better emphasizes that they are the controller-specific steps as part of larger cancelation/pulling processes. This is especially important for upcoming work for writable streams, in #705, where one of the methods will be named [[ErrorSteps]](). Having an internal method of writable stream default controllers named [[Error]](), which is distinct from the abstract operation WritableStreamDefaultControllerError(), would just be confusing. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/streams/pull/707 -- Commit Summary -- * Editorial: change internal method naming -- File Changes -- M index.bs (22) M reference-implementation/lib/readable-stream.js (16) -- Patch Links -- https://github.com/whatwg/streams/pull/707.patch https://github.com/whatwg/streams/pull/707.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/707
Received on Monday, 27 March 2017 05:32:14 UTC