[w3c/FileAPI] Rename Blob URL to Object URL (#65)

I just wanted to suggest a minor name change in the spec to avoid confusion, specifically for the term "Blob URL" (ref. 8.3 in current version).

Since the method name, as you of course know, via the `URL` object is called `createObjectURL() `(and `revokeObjectURL()`) and takes both `Blob `or `File `objects (arguably very similar in type) that "Blob URL" be renamed to "Object URL" in the spec itself to more reflect the method name (that we sort of are stuck with as it's being used all over the place by now) as well as it somewhat variable argument type.

-- 
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/issues/65

Received on Monday, 6 February 2017 23:32:10 UTC