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
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