[Bug 25343] New: Expose an isClosed property on Blob Objects

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25343

            Bug ID: 25343
           Summary: Expose an isClosed property on Blob Objects
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: File API
          Assignee: arun@mozilla.com
          Reporter: arun@mozilla.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: public-webapps@w3.org

A boolean isClosed attribute should be exposed on Blobs.

It should be set to false by the Blob constructor.
The close() method sets it to true.

This should take the place of the present "0 byte" setting for size, which
doesn't seem correct.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 14 April 2014 21:19:34 UTC