Re: Blob URL Origin

On 5/12/14, 7:46 AM, Anne van Kesteren wrote:
> I thought the idea was to associate the origin of
> URL.createObjectURL() with the Blob object (which might be different
> from the Blob object's origin).

Er, right, these URLs come from URL.createObjectURL.  So we'd want a 
URL.getObjectURLOrigin() or some such, not a static on Blob, if we want 
a way to expose the origin to script.

-Boris

Received on Monday, 12 May 2014 15:51:40 UTC