[whatwg] XMLHttpRequest: getAllResponseHeaders

> getAllResponseHeaders() 
> If the readyState attribute has a value other than 3 (Receiving) or
> 4 (Loaded), returns null.

1) This seems a bit inconsistent since the spec says that accessing 
status and statusText out of order should cause exception.
2) This is not what UAs actually do. IE and FF throw an exception and 
Opera returns an empty string.

Which behaviour do we want?
-- 
Hallvord Reiar Michaelsen Steen
http://www.hallvord.com/

Received on Wednesday, 22 June 2005 01:24:08 UTC