Skip to content

Commit

Permalink
FF121 Update WebTransportBidirectionalStream to use WebTransportSend/…
Browse files Browse the repository at this point in the history
…RecieveStream (#21355)

* Fix description location

* Change to class in 114

* Fix description

---------

Co-authored-by: Florian Scholz <[email protected]>
  • Loading branch information
hamishwillee and Elchi3 authored Nov 28, 2023
1 parent 86f6a9a commit 21e9b94
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions api/WebTransportBidirectionalStream.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,40 @@
"standard_track": true,
"deprecated": false
}
},
"returns_WebTransportReceiveStream": {
"__compat": {
"description": "Returns <code>WebTransportReceiveStream</code> (earlier spec returned <code>WritableStream</code>)",
"spec_url": "https://w3c.github.io/webtransport/#dom-webtransportbidirectionalstream-readable",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "114"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"writable": {
Expand Down Expand Up @@ -99,6 +133,40 @@
"standard_track": true,
"deprecated": false
}
},
"returns_WebTransportSendStream": {
"__compat": {
"description": "Returns <code>WebTransportSendStream</code> (earlier spec returned <code>WritableStream</code>)",
"spec_url": "https://w3c.github.io/webtransport/#dom-webtransportbidirectionalstream-readable",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "114"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down

0 comments on commit 21e9b94

Please sign in to comment.