Re: [whatwg/url] Use definitions in FileAPI spec to resolve blob URLs and their origins. (#371)

rmisev commented on this pull request.



>  
- <li><p>Set <var>url</var>'s <a for=url>object</a> to the entry in the <a>Blob URL Store</a>
- corresponding to <var>url</var>'s <a for=url>path</a>[0].
+ <li><p>Set <var>url</var>'s <a for=url>object</a> to the result of
+ <a for="blob URL" lt="resolve">resolving the blob URL</a> <var>url</var>.

The "[resolving the blob URL](https://w3c.github.io/FileAPI/#blob-url-resolve)" algorithm can return *failure*. I guess the url’s `object` should be set to `null` then.

-- 
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/pull/371#pullrequestreview-93574277

Received on Friday, 2 February 2018 10:34:06 UTC