- From: Adam Rice <notifications@github.com>
- Date: Mon, 04 Sep 2017 05:29:55 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 4 September 2017 12:30:21 UTC
The _transforming member of TransformStream was used to keep track of whether a call to transformer.transform() was currently in progress. The diagnostic value it provided was minimal, and it served no other purpose, so remove it. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/streams/pull/788 -- Commit Summary -- * Remove TransformStream _transforming member -- File Changes -- M reference-implementation/lib/transform-stream.js (18) -- Patch Links -- https://github.com/whatwg/streams/pull/788.patch https://github.com/whatwg/streams/pull/788.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/788
Received on Monday, 4 September 2017 12:30:21 UTC