Re: Exceptions thrown by XMLHttpRequest.responseXML and XMLHttpRequest.responseText

2008-02-25 Thread Geoffrey Garen
On Fri, 15 Feb 2008 18:27:03 +0100, Geoffrey Garen <[EMAIL PROTECTED]> wrote: 3. This specification does not match any shipping version of Internet Explorer, which throws exceptions in some of these conditions, but not all. (The specifics here are a little weird, so I'll leave them out.)

Re: Exceptions thrown by XMLHttpRequest.responseXML and XMLHttpRequest.responseText

2008-02-25 Thread Anne van Kesteren
On Fri, 15 Feb 2008 18:27:03 +0100, Geoffrey Garen <[EMAIL PROTECTED]> wrote: 3. This specification does not match any shipping version of Internet Explorer, which throws exceptions in some of these conditions, but not all. (The specifics here are a little weird, so I'll leave them out.)

Exceptions thrown by XMLHttpRequest.responseXML and XMLHttpRequest.responseText

2008-02-15 Thread Geoffrey Garen
[ Sorry for the cross-post -- I originally sent this to the wrong list. ] Hi. The current working draft of the XMLHttpRequest spec says the following about responseXML and responseText. responseText: If the state is not LOADING or DONE raise an INVALID_STATE_ERR exception and terminate