Uh oh!
There was an error while loading. Please reload this page.
doc,crypto: update webcrypto docs for global access - #44723
Conversation
panva
commented
Sep 19, 2022
cc @nodejs/crypto |
aduh95
left a comment
There was a problem hiding this comment.
This is not semver-major, as it only changes the docs.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
panva
commented
Sep 19, 2022
It is major because it depends on a major change. Currently global access is not enabled by default. |
panva
commented
Sep 19, 2022
This label setup works too tho. |
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
semver-major |
tniessen
left a comment
There was a problem hiding this comment.
I'd prefer if node:crypto.webcrypto remained documented, especially because globalThis.crypto won't work in current release lines. One suggestion below.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Tobias Nießen <tniessen@tnie.de>
nodejs-github-bot
commented
Sep 21, 2022
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.