Re: FW: Feedback from the IE Team: Web API XHR Draft

Jon Ferraiolo wrote:
> The idea that there is a new JavaScript class (XHR2?) or a different
> version of the XHR object seems reasonable to me.

Introducing a brand new version of XHR doesn't solve the existing 
interoperability problems the current version that people actually use. 
  I am opposed to introducing another new object for this problem.  IE 
already has ActiveXObject("Microsoft.XMLHTTP") that it can use for 
legacy compat while making XMLHttpRequest() conform to this spec.

-- 
Lachlan Hunt
http://lachy.id.au/

Received on Wednesday, 26 September 2007 12:49:14 UTC