Re: On starting WebWorkers with blob: URLs...

On Fri, Mar 14, 2014 at 10:40 PM, Ian Hickson <ian@hixie.ch> wrote:
> On Fri, 14 Mar 2014, Arun Ranganathan wrote:
>> http://dev.w3.org/2006/webapi/FileAPI/#originOfBlobURL
>
> LGTM. Assuming that UAs implement this, that makes Workers automatically
> support blob: URLs, too.

I don't think this is the way we should go about this. I don't
understand why a blob URL would have an origin. Simply fetching a blob
URL will work and the response won't be tainted and therefore it
should work. Trying to couple origins with strings seems like a bad
idea.


-- 
http://annevankesteren.nl/

Received on Monday, 17 March 2014 11:59:30 UTC