-
Notifications
You must be signed in to change notification settings - Fork 47
Closed

Description
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 its somewhat variable argument type.
Metadata
Metadata
Assignees
Labels
No labels