- From: Adam Rice <notifications@github.com>
- Date: Wed, 27 Sep 2017 03:53:49 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 27 September 2017 03:54:11 UTC
Rename operations to reflect where they are used, and also to provide an
interface to TransformStreamDefaultController that other standards can make use
of.
TransformStreamCloseReadable -> TransformStreamDefaultControllerClose
TransformStreamCloseReadableInternal -> removed (identical to
ReadableStreamDefaultControllerClose)
TransformStreamDefaultTransform -> TransformStreamDefaultSinkDefaultTransform
TransformStreamEnqueueToReadable -> TransformStreamDefaultControllerEnqueue
TransformStreamTransform -> TransformStreamDefaultSinkTransform
Closes #776.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/812
-- Commit Summary --
* Rename abstract operations
-- File Changes --
M reference-implementation/lib/transform-stream.js (153)
-- Patch Links --
https://github.com/whatwg/streams/pull/812.patch
https://github.com/whatwg/streams/pull/812.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/812
Received on Wednesday, 27 September 2017 03:54:11 UTC