Primary eng (and PM) emails
rt...@chromium.org, hong...@chromium.org
Link to “Intent to Deprecate” thread
No deprecate thread; a deprecation message was added in https://crbug.com/405346
Summary
Remove webkitAudioContext and webkitOfflineAudioContext in favor of AudioContext and OfflineAudioContext. We plan on removing the prefix in M58, but also updating the current deprecation message to mention explicitly this milestone for removal.
Motivation
This aligns WebAudio with the specification and Chrome’s general desire of not using prefixed features anymore.
Compatibility Risk
There is some small risk of breaking existing applications. Chrome has supported WebAudio since mid-2011 or so and, of course, so did Safari. Firefox introduced WebAudio in 2013. Edge supports WebAudio, but Internet Explorer has not and will not. Chrome has supported both the prefixed and unprefixed version but Firefox and Edge have never supported a prefix version. Safari, however, still only supports the prefixed version.
Usage information from UseCounter
https://crbug.com/665887 has an analysis of the usage and what would break. (Thanks to foo...@chromium.org for doing the analysis.) Only 17 were judged to be problematic and of those, only one would seem to be broken by this change, except it was already broken because it uses createGainNode which was renamed to createGain many years ago.
OWP launch tracking bug
Entry on the feature dashboard
https://www.chromestatus.com/feature/4571020824412160
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.