[Bug 24339] New: File API should specify Blob.close() with a state in the model and influence on read methods

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

            Bug ID: 24339
           Summary: File API should specify Blob.close() with a state in
                    the model and influence on read methods
           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

Currently, Blob.close() is specified to throw an error on read methods, but the
Blob model doesn't mention a potentially closed state, and how that might be
processed, including on Blob URLs.

This bug is to:

1. Include Blob.close in the model for the File API, such as a "closed state."
2. Tie Blob.close with read methods based on model.
3. Determine what happens to closed Blobs as Blob URLs.  The model favors
treating "closed state" blobs as having no bytes.

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

Received on Monday, 20 January 2014 19:45:14 UTC