Re: data and blob URLs in HTTP context

On 2012-02-15 11:04, Anne van Kesteren wrote:
> On Sun, 05 Feb 2012 17:30:09 +0100, Julian Reschke
> <julian.reschke@gmx.de> wrote:
>> On 2012-02-05 15:56, Anne van Kesteren wrote:
>>> Currently Opera and Firefox seem to support data URLs within the context
>>> of XMLHttpRequest. Status is 0, status text is the empty string, there
>>> are no response headers, and response-related attributes work as
>>> expected.
>>> ...
>>
>> No Content-Type response header?
>
> As far as I can tell, no.

Well, data URIs come with a content type, so when XHR supports them, 
this header field should be made available...

Best regards, Julian

Received on Wednesday, 15 February 2012 12:13:52 UTC