Skip to content

Commit

Permalink
Update Chromium versions for WebTransportBidirectionalStream API
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `WebTransportBidirectionalStream` API, based upon results from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v7.1.3).

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/WebTransportBidirectionalStream

_Check out the [collector's guide on how to review this PR](https://github.com/GooborgStudios/mdn-bcd-collector#reviewing-bcd-changes)._

---

Note: the alternative names were removed from the data because I could not find any evidence of them in Chrome 97.  This data was added in mdn#18209 but the author mentioned the data wasn't quite definitive so I believe it's purely incorrect.
  • Loading branch information
queengooborg committed Jan 11, 2023
1 parent a41cdec commit 5fa075d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions api/WebTransportBidirectionalStream.json
Expand Up @@ -4,16 +4,9 @@
"__compat": {
"spec_url": "https://w3c.github.io/webtransport/#webtransportbidirectionalstream",
"support": {
"chrome": [
{
"version_added": "100"
},
{
"version_added": "97",
"version_removed": "100",
"alternative_name": "BidirectionalStream"
}
],
"chrome": {
"version_added": "97"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
Expand Down

0 comments on commit 5fa075d

Please sign in to comment.