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 SendStream and ReceiveStream #306

Closed
yutakahirano opened this issue Jul 13, 2021 · 0 comments · Fixed by #318
Closed

Remove SendStream and ReceiveStream #306

yutakahirano opened this issue Jul 13, 2021 · 0 comments · Fixed by #318
Assignees

Comments

@yutakahirano
Copy link
Contributor

Now they have no attributes or members except for inherited ones.

Let's remove them and use WritableStream and ReadableStream instead.

@yutakahirano yutakahirano added this to the Minimum viable ship milestone Jul 13, 2021
@yutakahirano yutakahirano self-assigned this Jul 13, 2021
yutakahirano added a commit that referenced this issue Jul 13, 2021
Have it a spec-only concept for streams created by the
"create a SendStream" procedure.

This is for #306.
@wilaw wilaw added the Discuss at next meeting Flags an issue to be discussed at the next WG working label Jul 14, 2021
@jan-ivar jan-ivar added Ready for PR and removed Discuss at next meeting Flags an issue to be discussed at the next WG working labels Jul 20, 2021
yutakahirano added a commit that referenced this issue Jul 30, 2021
Have it a spec-only concept for streams created by the
"create a ReceiveStream" procedure.

Fixes #306.
yutakahirano added a commit that referenced this issue Aug 3, 2021
Have it a spec-only concept for streams created by the
"create a ReceiveStream" procedure.

Fixes #306.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants