-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
docs,test: add tests and docs for duplex.fromWeb and duplex.toWeb #42738
docs,test: add tests and docs for duplex.fromWeb and duplex.toWeb #42738
Conversation
9e6359a
to
9ea3dca
Compare
9ea3dca
to
0d50b71
Compare
I think the subsystem prefix on the commit message would better be represented by |
0d50b71
to
3a1c6ae
Compare
I liked it! Just changed both commit message and PR name |
Signed-off-by: Erick Wendel <erick.workspace@gmail.com>
Signed-off-by: Erick Wendel <erick.workspace@gmail.com>
This comment was marked as outdated.
This comment was marked as outdated.
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.
Can you please add the node:
prefix to align with #42752?
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
done! |
Landed in bc47eb3 |
PR-URL: #42738 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Depending of #39134 being backported to v16.x |
Improve Code coverage for Duplex.fromWeb and Duplex.toWeb
This also adds examples of how to use
Duplex.fromWeb
andDuplex.toWeb