Skip to content
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

Update nodejs data for SubtleCrypto & CryptoKey #24980

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

skyclouds2001
Copy link
Contributor

@skyclouds2001 skyclouds2001 commented Nov 6, 2024

Summary

The support for the Web Crypto API is:

in v15.0.0, the API has been shipped, but can't access globally, access via the crypto module with the alternative name webcrypto via nodejs/node#35093

in v17.6.0, v16.15.0, the API can be available to global context, but need to be enabled with --experimental-global-webcrypto CLI flag via nodejs/node#41938

in v19.0.0, the API is available to global context without flags, but can be disabled with --no-experimental-global-webcrypto CLI flag via nodejs/node#42083

in v23.0.0, the API is marked as not experimental via nodejs/node#52564

See also:

https://nodejs.org/docs/latest/api/globals.html#cryptokey
https://nodejs.org/docs/latest/api/webcrypto.html#class-cryptokey
https://nodejs.org/docs/latest/api/globals.html#subtlecrypto
https://nodejs.org/docs/latest/api/webcrypto.html#class-subtlecrypto

Test results and supporting details

Related issues

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Nov 6, 2024
@skyclouds2001 skyclouds2001 marked this pull request as ready for review November 6, 2024 21:38
NameNoQuality

This comment was marked as spam.

@caugner caugner merged commit 6014461 into mdn:main Nov 12, 2024
5 checks passed
@skyclouds2001 skyclouds2001 deleted the node-subtlecrypto-cryptokey branch November 12, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants