Pass test-crypto-keygen-* tests (#19040)

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Dave Caruso <me@paperdave.net>
This commit is contained in:
Dylan Conway
2025-04-19 00:25:30 -07:00
committed by GitHub
parent 218ee99155
commit 7e8e559fce
119 changed files with 7896 additions and 5731 deletions

View File

@@ -106,8 +106,6 @@ This page is updated regularly to reflect compatibility status of the latest ver
🟡 Missing `secureHeapUsed` `setEngine` `setFips`
Some methods are not optimized yet.
### [`node:domain`](https://nodejs.org/api/domain.html)
🟡 Missing `Domain` `active`
@@ -379,6 +377,7 @@ The table below lists all globals implemented by Node.js and Bun's current compa
### [`require()`](https://nodejs.org/api/globals.html#require)
🟢 Fully implemented, including [`require.main`](https://nodejs.org/api/modules.html#requiremain), [`require.cache`](https://nodejs.org/api/modules.html#requirecache), [`require.resolve`](https://nodejs.org/api/modules.html#requireresolverequest-options).
### [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
🟢 Fully implemented.