Changes between Version 8 and Version 9 of MinimalFileStorage


Ignore:
Timestamp:
Sep 22, 2012 6:03:25 PM (12 years ago)
Author:
mjs@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MinimalFileStorage

    v8 v9  
    6161    DOMRequest write(DOMString or ArrayBuffer or ArrayBufferView or Blob value);
    6262    DOMRequest truncate(optional long long size);
     63
     64    DOMRequest flush(); // fsync
     65
     66    void close(); // Currently outstanding operations run to completion, but no more may be issued
    6367}
    6468}}}