-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix SourceBuffer.audioTracks/videoTracks/textTracks support version number #6102
Labels
data:api 🐇
Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Comments
queengooborg
added
the
data:api 🐇
Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
label
May 6, 2020
sideshowbarker
added a commit
to w3c/browser-compat-data
that referenced
this issue
Sep 2, 2020
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 shipped support for them. Fixes mdn#6102
sideshowbarker
added a commit
to w3c/browser-compat-data
that referenced
this issue
Sep 2, 2020
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
sideshowbarker
added a commit
to w3c/browser-compat-data
that referenced
this issue
Sep 2, 2020
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
sideshowbarker
added a commit
to w3c/browser-compat-data
that referenced
this issue
Sep 4, 2020
This change corrects the Chrome version data for the audioTracks, videoTracks, and textTracks members of the SourceBuffer interface to reflect, per https://chromium.googlesource.com/chromium/src/+/92333c0e5ca6b7768e5bcf6d41ff8fc733ebbfc1, the actual versions of Chrome which first shipped support for them. Fixes mdn#6102
sideshowbarker
added a commit
to w3c/browser-compat-data
that referenced
this issue
Sep 4, 2020
This change corrects the Safari version data for the audioTracks, videoTracks, and textTracks members of the SourceBuffer interface to reflect, per https://trac.webkit.org/changeset/178172/webkit, the actual version of Safari which first shipped support for them. Relates to mdn#6102
sideshowbarker
added a commit
to w3c/browser-compat-data
that referenced
this issue
Sep 20, 2020
This change corrects the Safari version data for the audioTracks, videoTracks, and textTracks members of the SourceBuffer interface to reflect, per https://bugs.webkit.org/show_bug.cgi?id=123374, the actual version of Safari which first shipped support for them. The change also updates the Safari version data for the audioTracks, videoTracks, and textTracks members of the HTMLMediaElement interface. Relates to mdn#6102
sideshowbarker
added a commit
to w3c/browser-compat-data
that referenced
this issue
Sep 20, 2020
This change corrects the Safari version data for the audioTracks, videoTracks, and textTracks members of the SourceBuffer interface to reflect, per https://bugs.webkit.org/show_bug.cgi?id=123374, the actual version of Safari which first shipped support for them. The change also updates the Safari version data for the audioTracks, videoTracks, and textTracks members of the HTMLMediaElement interface. Relates to mdn#6102
foolip
pushed a commit
that referenced
this issue
Sep 22, 2020
This change corrects the Safari version data for the audioTracks, videoTracks, and textTracks members of the SourceBuffer interface to reflect, per https://bugs.webkit.org/show_bug.cgi?id=123374, the actual version of Safari which first shipped support for them. The change also updates the Safari version data for the audioTracks, videoTracks, and textTracks members of the HTMLMediaElement interface. Relates to #6102
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #5781 (comment):
So the Chrome version number should be at least 49 instead of current 23 and the Safari one should be at least 11 instead of current 8.
The text was updated successfully, but these errors were encountered: