https://www.w3.org/Bugs/Public/show_bug.cgi?id=15998
Summary: confution between method name URL.revokeObjectURL and
URL.revokeBlobURL
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: File API
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected]
Created attachment 1079
--> https://www.w3.org/Bugs/Public/attachment.cgi?id=1079
Highlighting mistakes
In "11.8. Creating and Revoking a Blob URI", the partial interface URL defines
a static method named 'revokeObjectURL', but in "11.8.1. Methods and
Parameters", it metions something like "URL.revokeBlobURL() is called" 2 times.
I thinks this is a mistake referencing the method name, the "URL.revokeBlobURL"
should actually be "URL.revokeObjectURL" to satisfy what is defined in IDL.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.