On Fri, Mar 14, 2014 at 10:40 PM, Ian Hickson <i...@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/