Skip to content

Commit

Permalink
Chrome 37-40 partially implemented SubtleCrypto.digest() (#25675)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Jan 16, 2025
1 parent abe4056 commit 6440d59
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions api/SubtleCrypto.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,9 +625,17 @@
"web-features:web-cryptography"
],
"support": {
"chrome": {
"version_added": "37"
},
"chrome": [
{
"version_added": "41"
},
{
"version_added": "37",
"version_removed": "41",
"partial_implementation": true,
"notes": "Before version 41, Chrome expected the `algorithm` parameter to be an object."
}
],
"chrome_android": "mirror",
"deno": {
"version_added": "1.11"
Expand Down

0 comments on commit 6440d59

Please sign in to comment.