Skip to content

Commit

Permalink
chore: test Firefox WebTransport
Browse files Browse the repository at this point in the history
WebTransport has been supported in Firefox since 125, so we can
test interop now.
  • Loading branch information
achingbrain committed Feb 4, 2025
1 parent b293bee commit a21d2af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions transport-interop/versionsInput.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@
"id": "firefox-js-v1.x",
"containerImageID": "browser",
"transports": [
{
"name": "webtransport",
"onlyDial": true
},
{
"name": "wss",
"onlyDial": true
Expand All @@ -159,6 +163,10 @@
"id": "firefox-js-v2.x",
"containerImageID": "browser",
"transports": [
{
"name": "webtransport",
"onlyDial": true
},
{
"name": "wss",
"onlyDial": true
Expand Down

0 comments on commit a21d2af

Please sign in to comment.