URL parsing refers to looking up a path in 'the blob URL store', 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.