- From: <bugzilla@jessica.w3.org>
- Date: Tue, 18 Mar 2014 17:07:31 +0000
- To: public-webapps-bugzilla@w3.org
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 the QA Contact for the bug.
Received on Tuesday, 18 March 2014 17:07:37 UTC