-
Notifications
You must be signed in to change notification settings - Fork 2k
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
api.Crypto.getRandomValues - Wrong version listed for NodeJS #20752
Comments
Looks like the version number was added in #7283. It appears that there's an error in the docs on the paths referenced in that PR. I trust your tests and the document you linked much more. |
This PR updates and corrects version values for NodeJS for the `getRandomValues` member of the `Crypto` API. This fixes mdn#20752, which is where the data comes from.
This PR updates and corrects version values for NodeJS for the `getRandomValues` member of the `Crypto` API. This fixes #20752, which is where the data comes from.
I think the test and the link to the docs is not correct. This use the link of the The correct test should be |
What type of issue is this?
Incorrect support data (example: Chrome says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
MDN says Node.js added support in v15.0.0, but the Node.js website says v17.4.0
What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
v17.4.0
Did you test this? If so, how?
I tested on Node 16 and confirmed it is not there. Here are a couple docker commands you can use to test:
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues
MDN metadata
MDN page report details
api.Crypto.getRandomValues
The text was updated successfully, but these errors were encountered: