-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
whatwg/url
#371Labels
Description
This issue is to fix Blob URL's origin, based largely on bugs filed on HTML.
Currently, File API has this:
"The origin of a Blob URL must be the same as the effective script origin specified by the incumbent settings object at the time the method that created it -- either URL.createObjectURL or URL.createFor -- was called."
This should be much better.