[Bug 18701] New: FileSystem/FileWriter API needs a method to flush/sync

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

           Summary: FileSystem/FileWriter API needs a method to flush/sync
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: File API: Writer
        AssignedTo: ericu@google.com
        ReportedBy: kinuko@chromium.org
         QAContact: public-webapps-bugzilla@w3.org
                CC: public-webapps@w3.org


Currently webapps cannot control when a flush/sync should be performed after
writes, so that it's not really clear what data would be read right after
writes.  The UA cannot make a good decision about when to flush/sync either. 
The API should provide a way for webapps to make sure the data they've written
are actually written to a persistent storage.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 27 August 2012 07:05:33 UTC