Skip to content

Commit

Permalink
Fix Firefox compat for api.WebTransport options.serverCertificateHash…
Browse files Browse the repository at this point in the history
…es (#23058)

* Fix Firefox compat for api.WebTransport options.serverCertificateHashes

* Switch experimental to false as CI wants
  • Loading branch information
zvolin committed May 30, 2024
1 parent 61e2f8b commit 0e73f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/WebTransport.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "125"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -203,7 +203,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 0e73f00

Please sign in to comment.