- From: <bugzilla@jessica.w3.org>
- Date: Wed, 19 Mar 2014 17:27:02 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24998 --- Comment #8 from Arun <arun@mozilla.com> --- (In reply to Anne from comment #7) > You cannot use the blob URL on a different origin. Also, does the > specification define how you extract the origin out of a blob URL, or is the > encoding left to the implementation? But I think not using the blob URL on a different origin is ok? You can always postMessage the actual Blob, and then mint a Blob URL for use with *that* origin, though. Also, as it currently stands, the specification does nothing more significant than equating the origin of the Blob URL with that specified by the incumbent settings object for the script at the time the create* method was called. IMHO that makes it pretty clear how to extract the origin, no? -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 19 March 2014 17:27:03 UTC