Re: [w3c/FileAPI] Refactor Blob URL Store definition. (#92)

annevk commented on this pull request.



>  
 1. Let |result| be the empty string.
-  Append the string "blob"
-  (that is, the Unicode code point sequence U+0062, U+006C, U+006F, U+0062)
+1. Append the string "blob"
+  (that is, the Unicode [=code point=] sequence U+0062, U+006C, U+006F, U+0062)

You could even make this append the string "blob:" since strings are a well-defined concept now. I wonder though if this is the way we should generate them or if we should create a URL record and then serialize that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/92#discussion_r154887653

Received on Tuesday, 5 December 2017 09:27:06 UTC