https://www.w3.org/Bugs/Public/show_bug.cgi?id=24469
Bug ID: 24469
Summary: Definition of "valid blob" is unclear and probably
wrong
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: File API
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
http://dev.w3.org/2006/webapi/FileAPI/#validBlob states:
> a valid blob argument, which is a non-null Blob in scope of the
> global object's URL property from which this static method is called
I have no idea what that means. The one thing I could imagine—that the methods
should not work for Blobs created in another global scope—is not implemented by
either Gecko or Chrome, and I don't see why it would.
Also note that neither method takes a nullable blob, so "non-null" is pointless
at best.
--
You are receiving this mail because:
You are on the CC list for the bug.