Skip to content

Commit b4d4798

Browse files
Update nodejs data for crypto global property (#24978)
1 parent 78dcec5 commit b4d4798

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

api/_globals/crypto.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,17 @@
2626
"prefix": "ms",
2727
"version_added": "11"
2828
},
29-
"nodejs": {
30-
"version_added": "15.0.0"
31-
},
29+
"nodejs": [
30+
{
31+
"version_added": "19.0.0"
32+
},
33+
{
34+
"alternative_name": "webcrypto",
35+
"version_added": "15.0.0",
36+
"partial_implementation": true,
37+
"notes": "Available as a part of the <code>crypto</code> module."
38+
}
39+
],
3240
"oculus": "mirror",
3341
"opera": "mirror",
3442
"opera_android": "mirror",

0 commit comments

Comments
 (0)