We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Section of the site where the content exists
Affected URL(s):
Concise explanation of the problem
const { createECDH, createHash, } = await crypto('crypto');
Should be
const { createECDH, createHash, } = await import('crypto');
The text was updated successfully, but these errors were encountered:
fix code example in ecdh.setPublicKey fixes nodejs#38540
ae8e8bd
doc: fix code example in ecdh.setPublicKey
d8f3bd9
Fixes nodejs#38540
aed17e9
doc: fix code example in ecdh.setPublicKey()
1d9fd49
Fixes: #38540 PR-URL: #38542 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Successfully merging a pull request may close this issue.
📗 API Reference Docs Problem
Location
Section of the site where the content exists
Affected URL(s):
Description
Concise explanation of the problem
Should be
submit a pull request.
The text was updated successfully, but these errors were encountered: