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.