[Bug 25091] [imports]: Want to be used with data: URL scheme

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25091

Morrita Hajime <morrita@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Morrita Hajime <morrita@google.com> ---
(In reply to Anne from comment #1)
> Yes there is. Per http://fetch.spec.whatwg.org/ a data URL will return a
> response that isn't tainted.
> 
> It might take some time for everyone to get on board with this architecture
> but given service workers I think this is the way to go.

Thanks for the feedback Anne!

So based on the spec, it seems data:// URL should return the response.
because it doesn't set response tainting mode and the basic fetch algorithm
doesn't see CORS related flags for data: url.

That means the imports spec doesn't have to take care of it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 18 March 2014 17:07:37 UTC