On Fri, Dec 14, 2012 at 5:30 PM, Boris Zbarsky <[email protected]> wrote: > But note that you can get the same effect by just navigating the a browsing > context, then calling a function that was defined in the no-longer-active > document, without worrying about browsers that have buggy open() > implementations.
The specification deals with that by having xhr.open() throw. I suppose the same would happen for the other case, since the associated Document object is no longer active. -- http://annevankesteren.nl/
