Skip to content

Commit

Permalink
Update nodejs data for SubtleCrypto & CryptoKey (#24980)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Nov 12, 2024
1 parent 8223d49 commit 6014461
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
13 changes: 10 additions & 3 deletions api/CryptoKey.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,16 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "15.0.0"
},
"nodejs": [
{
"version_added": "19.0.0"
},
{
"version_added": "15.0.0",
"partial_implementation": true,
"notes": "Available as a part of the <code>crypto</code> module."
}
],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down
13 changes: 10 additions & 3 deletions api/SubtleCrypto.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,16 @@
"ie": {
"version_added": "11"
},
"nodejs": {
"version_added": "15.0.0"
},
"nodejs": [
{
"version_added": "19.0.0"
},
{
"version_added": "15.0.0",
"partial_implementation": true,
"notes": "Available as a part of the <code>crypto</code> module."
}
],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down

0 comments on commit 6014461

Please sign in to comment.