Updates:
Status: WorkingAsIntended
Comment #1 on issue 789 by [email protected]: withCredentials on
XMLHttpRequest causes INVALID_STATE_ERR: DOM Exception 11
http://code.google.com/p/v8/issues/detail?id=789
This is working as intended. The browser is supposed to throw an exception
if setting withCredentials on an XMLHttpRequest that is not in the OPENED
state. Have a look at
http://www.w3.org/TR/XMLHttpRequest2/#the-withcredentials-attribute
Therefore, use the open method on the XMLHttpRequest object before setting
the withCredentials attribute.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev