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
