-
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
zlib: move bytesRead
accessors to runtime deprecation
#23308
zlib: move bytesRead
accessors to runtime deprecation
#23308
Conversation
This paves way for making `bytesRead` consistent with all other Node.js streams that provide a property with this name.
semver-major? |
CITGM for a getter/setter pair that |
doc/api/deprecations.md
Outdated
@@ -2056,12 +2056,15 @@ core and obsoleted by the removal of NPN (Next Protocol Negotiation) support. | |||
### DEP0108: zlib.bytesRead | |||
<!-- YAML | |||
changes: | |||
- version: REPLACEME | |||
pr-url: https://github.com/nodejs/node/pull/REPLACEME |
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.
REPLACEME -> 23308
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.
Thanks, done!
Landed in b2d8ae0 |
This paves way for making `bytesRead` consistent with all other Node.js streams that provide a property with this name. PR-URL: #23308 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This paves way for making `bytesRead` consistent with all other Node.js streams that provide a property with this name. PR-URL: #23308 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This paves way for making
bytesRead
consistent with all otherNode.js streams that provide a property with this name.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes