-
Notifications
You must be signed in to change notification settings - Fork 633
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
feat(node): Duplex.fromWeb
#2086
Conversation
Co-authored-by: Yoshiya Hinosawa <[email protected]>
It looks like they are testing the internal utils (such as Is it possible to somehow borrow these test cases to |
@kt3k no idea. looking through those tests, they use an internal symbol for web streams called |
Then maybe let's invent something very simple for now. It also will be tested in the implementation of #2061 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest we should land this as is for now. We should fix any bug in the future work in #2061 anyways
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, let's land it now.
Needed for #2061
not sure where to put
isReadableStream
&isWritableStream
.Also it seems node has no test for this