Alexey Proskuryakov wrote:
On 7/30/07 12:21 AM, "Jonas Sicking" <[EMAIL PROTECTED]> wrote:

If XHR2 offers responseBody with a raw byte array of some kind, it will
be required for implementations to keep the raw bytes around anyway.
Yep. Though it still seems weird to me that responseText would change
when .overrideMimeType is changed. How do you guys deal with this situation?

  Currently, we only honor MIME type (not charset) change after the response
bytes start to arrive, and only if responseXML hasn't been accessed yet.

So setting overrideMimeType does different things before and after the load starts? That doesn't seem very ideal either.

/ Jonas

Reply via email to