[xhr] statusText is underdefined

The spec says:

   Return the HTTP status text.

But the HTTP status text is a sequence of bytes, while the return value 
for statusText is a DOMString.  The conversion from one to the other 
needs to be defined.

-Boris

Received on Tuesday, 27 March 2012 21:29:31 UTC