-
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
doc,crypto: update webcrypto docs for global access #44723
Conversation
cc @nodejs/crypto |
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.
This is not semver-major, as it only changes the docs.
It is major because it depends on a major change. Currently global access is not enabled by default. |
This label setup works too tho. |
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
semver-major
|
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'd prefer if node:crypto.webcrypto
remained documented, especially because globalThis.crypto
won't work in current release lines. One suggestion below.
Co-authored-by: Tobias Nießen <tniessen@tnie.de>
Landed in 46dcfb3 |
Follow up to semver-majorPRs that contain breaking changes and should be released in the next major version.
#42083 this updates the docs to reflect the standard global access to the module and its APIs.