Re: XMLHttpRequest test suite suggestion

Anne van Kesteren wrote:
>     Every XMLHttpRequest constructor is associated with
>     the window object which initially had it as a
>     property. When url is relative, the constructor
>     must resolve it using window.document.baseURI of
>     its associated window object as a base.

I like this, though we should address Bjoern's question about whether 
the base is cloned or whether the base that's live whenever it's needed 
is used.

Thanks,
-Boris

Received on Wednesday, 27 September 2006 20:36:54 UTC