-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
javascript-indonesias/node
#357Closed
Copy link
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.
Description
📗 API Reference Docs Problem
- Version: 16.1.0
- Platform: N/A
- Subsystem: crypto
Location
Section of the site where the content exists
Affected URL(s):
Description
Concise explanation of the problem
const {
createECDH,
createHash,
} = await crypto('crypto');
Should be
const {
createECDH,
createHash,
} = await import('crypto');
- I would like to work on this issue and
submit a pull request.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.