Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the _readableController and _writableController slots #810

Conversation

ricea
Copy link
Collaborator

@ricea ricea commented Sep 26, 2017

The controllers for the readable and writable streams used by a
TransformStream can be read directly from those objects. There is no need
to store copies of them in the TransformStream object.

Remove them.

The controllers for the readable and writable streams used by a
TransformStream can be read directly from those objects. There is no need
to store copies of them in the TransformStream object.

Remove them.
@domenic domenic merged commit d5dbb63 into whatwg:master Sep 26, 2017
@ricea ricea deleted the transform-stream-remove-readable-writable-controller-slots branch September 27, 2017 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants