Re: [whatwg/url] Origin of blob URLs doesn't match what implementations do (#127)

I think the standard has a better approach. Otherwise looking up an aspect of the URL involves going through a global lookup table.

Note that the origin of a blob URL is determined at creation time and can therefore be stored in the blob URL (as the File API prescribes). So extracting it from the URL is fine too. And modifying it doesn't work since the entire URL is used as key.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/127#issuecomment-226402703

Received on Thursday, 16 June 2016 06:53:28 UTC