Primary eng (and PM) emails
Link to “Intent to Deprecate” thread
Summary
Remove the prefixed MediaSource API (aka WebkitMediaSource) and related objects.
Motivation
An unprefixed version of the API has been shipping for some time and is a superset of the functionality in the prefixed API. Removing the prefixed API will also allow us to cleanup duplicate code and greatly simplify the Chromium code for the unprefixed API.
Usage information from UseCounter
How much of the web are you going to break?
Barely anything. The usage is so low it shows up as 0% on metrics dashboard!
http://www.chromestatus.com/metrics/feature/timeline/popularity/242
Looking at internal numbers show miniscule usage but that is likely from folks basing their code on old examples published on the Internet.
Entry on chromestatus.com
http://www.chromestatus.com/features/4563797888991232
Compatibility Risk
Very low risk since the unprefixed API has been on by default for almost 7 months and provides equivalent functionality to the prefixed implementation. The deprecation messages have been displayed for at least 3 months now and given people plenty of time to migrate.
Aaron
LGTM
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.