[whatwg/url] there can be more than one Blob URL Store (#290)

[URL parsing](https://url.spec.whatwg.org/#url-parsing) refers to looking up a path in '[the blob URL store](https://w3c.github.io/FileAPI/#BlobURLStore)', but the File API spec defines one Blob URL Store per global object, so there are as many BUSes as there are global objects. You'd have to attempt lookup in all of them one by one, with the current spec language.

-- 
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/290

Received on Saturday, 1 April 2017 22:13:31 UTC