Re: ISSUE-29: how is uri parameter of the open() method resolved

Anne van Kesteren wrote:
> What we resolved for ISSUE-29 is that the XHR object has an intrinsic 
> property holding Window.document.baseURI from the Window it was created 
> in.

How is that defined?  Say if I do:

   var xmlHttp = new window.opener.XMLHttpRequest();

which window was the request created in?

I assume that there are testcases somewhere checking what IE does in these 
various circumstances?

-Boris

Received on Sunday, 14 May 2006 20:17:29 UTC