- From: Adam Rice <notifications@github.com>
- Date: Fri, 22 Sep 2017 13:51:32 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 22 September 2017 13:52:10 UTC
For consistency with Readable- and WritableStream, and brevity, rename
all "transformStream" parameters and local variables to just "stream".
Rename _transformStream members in Source and Sink to
_ownerTransformStream which is hopefully slightly clearer.
No functional changes.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/805
-- Commit Summary --
* Rename "transformStream" variables to "stream"
-- File Changes --
M reference-implementation/lib/transform-stream.js (154)
-- Patch Links --
https://github.com/whatwg/streams/pull/805.patch
https://github.com/whatwg/streams/pull/805.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/805
Received on Friday, 22 September 2017 13:52:10 UTC