Skip to content

Commit

Permalink
Update audioTracks/videoTracks/textTracks versions
Browse files Browse the repository at this point in the history
This change corrects the version data for the audioTracks, videoTracks,
and textTracks members of the SourceBuffer interface to reflect, per
https://chromium.googlesource.com/chromium/src/+/92333c0e5ca6b7768e5bcf6d41ff8fc733ebbfc1
and https://trac.webkit.org/changeset/178172/webkit, the actual versions
of Chrome and Safari which first shipped support for them.

Fixes mdn#6102
  • Loading branch information
sideshowbarker committed Sep 2, 2020
1 parent fb0b7bf commit 50a1e4c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions api/SourceBuffer.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,10 +446,10 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SourceBuffer/audioTracks",
"support": {
"chrome": {
"version_added": "23"
"version_added": "49"
},
"chrome_android": {
"version_added": "33"
"version_added": "49"
},
"edge": {
"version_added": "12"
Expand All @@ -465,22 +465,22 @@
"notes": "Only works on Windows 8+."
},
"opera": {
"version_added": "15"
"version_added": "36"
},
"opera_android": {
"version_added": "14"
"version_added": "36"
},
"safari": {
"version_added": "8"
"version_added": "11"
},
"safari_ios": {
"version_added": false
"version_added": "11"
},
"samsunginternet_android": {
"version_added": "3.0"
"version_added": "5.0"
},
"webview_android": {
"version_added": "4.4.3"
"version_added": "49"
}
},
"status": {
Expand Down Expand Up @@ -1135,10 +1135,10 @@
"version_added": false
},
"safari": {
"version_added": "8"
"version_added": "11"
},
"safari_ios": {
"version_added": false
"version_added": "11"
},
"samsunginternet_android": {
"version_added": false
Expand Down Expand Up @@ -1321,10 +1321,10 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SourceBuffer/videoTracks",
"support": {
"chrome": {
"version_added": "23"
"version_added": "49"
},
"chrome_android": {
"version_added": "33"
"version_added": "49"
},
"edge": {
"version_added": "12"
Expand All @@ -1340,22 +1340,22 @@
"notes": "Only works on Windows 8+."
},
"opera": {
"version_added": "15"
"version_added": "36"
},
"opera_android": {
"version_added": "14"
"version_added": "36"
},
"safari": {
"version_added": "8"
"version_added": "11"
},
"safari_ios": {
"version_added": false
"version_added": "11"
},
"samsunginternet_android": {
"version_added": "3.0"
"version_added": "5.0"
},
"webview_android": {
"version_added": "4.4.3"
"version_added": "49"
}
},
"status": {
Expand Down

0 comments on commit 50a1e4c

Please sign in to comment.