Re: XMLHttpRequest.responseBlob

On Fri, 30 Apr 2010 05:43:36 +0200, Jonas Sicking <jonas@sicking.cc> wrote:

>> So we have
>>
>>  Opera:
>>   Document.URL
>>   WebSocket.URL
>>   StorageEvent.url
>>
>>  WebKit:
>>   Document.URL
>>   EventSource.URL
>>   WebSocket.URL
>>   StorageEvent.uri

WebKit changed 'uri' to 'url'.


>>  Gecko:
>>   Document.URL
>>   File.url
>>   StorageEvent.url
>>
>> I don't know where to go from here.

StorageEvent.url has shipped in multiple browsers (apparently IE also has  
StorageEvent.url). It seems less disruptive to change WebSocket and  
EventSource since they aren't as widely deployed. So we'll change  
WebSocket.URL to WebSocket.url.

-- 
Simon Pieters
Opera Software

Received on Tuesday, 11 May 2010 13:55:32 UTC