- From: Jonas Sicking <jonas@sicking.cc>
- Date: Mon, 30 Jul 2007 15:48:01 -0700
- To: Alexey Proskuryakov <ap-carbon@rambler.ru>
- CC: Maciej Stachowiak <mjs@apple.com>, Web APIs WG <public-webapi@w3.org>
Alexey Proskuryakov wrote: > On 7/30/07 12:21 AM, "Jonas Sicking" <jonas@sicking.cc> 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
Received on Monday, 30 July 2007 22:49:09 UTC