Re: Sites using webkitAudioContext only

On Mon, Jun 17, 2013 at 5:27 PM, Robert O'Callahan <robert@ocallahan.org>wrote:

>
> On Tue, Jun 18, 2013 at 8:33 AM, Ehsan Akhgari <ehsan.akhgari@gmail.com>wrote:
>
>> On Sat, Jun 15, 2013 at 12:45 PM, Chris Wilson <cwilso@google.com>wrote:
>>
>>> This overlap may cause some compatibility issues;  however, I'd point
>>> out that even shipping an unprefixed clean implementation alongside
>>> webkitAudioContext is going to break a fair bit of content for us.  There's
>>> a subtle but important difference between
>>>     var ctx = AudioContext || webkitAudioContext;
>>> and
>>>     var ctx = webkitAudioContext || AudioContext;
>>>
>>
>> I don't think that there's a lot that we can do for content written using
>> the first idiom...
>>
>
> You mean the second, right?
>

Yes, sorry!

--
Ehsan
<http://ehsanakhgari.org/>

Received on Tuesday, 18 June 2013 01:58:16 UTC