[Webkit-unassigned] [Bug 12194] New: Trying to access XMLHttpRequest.responseText or responseXML when they are not available should raise an exception
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 10 04:01:23 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12194
Summary: Trying to access XMLHttpRequest.responseText or
responseXML when they are not available should raise an
exception
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P3
Component: XML
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ap at webkit.org
>From XMLHttpRequest spec draft:
------------------------
responseText of type DOMString, readonly
If the state is not receiving or loaded, the user agent must raise an
INVALID_STATE_ERR exception.
...
responseXML of type Document, readonly
If the state is not loaded, user agents must raise an INVALID_STATE_ERR
exception.
------------------------
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list