1. File System Access API

    API for manipulating files in the device's local file system (not in a sandbox).

  2. filesystemfilehandle api: createsyncaccesshandle

  3. filesystemsyncaccesshandle api

  4. filesystemsyncaccesshandle api: close

  5. filesystemsyncaccesshandle api: close: synchronous implementation of the `close()` method

  6. filesystemsyncaccesshandle api: flush

  7. filesystemsyncaccesshandle api: flush: synchronous implementation of the `flush()` method

  8. filesystemsyncaccesshandle api: getsize

  9. filesystemsyncaccesshandle api: getsize: synchronous implementation of the `getsize()` method

  10. filesystemsyncaccesshandle api: read

  11. filesystemsyncaccesshandle api: truncate

  12. filesystemsyncaccesshandle api: truncate: synchronous implementation of the `truncate()` method

  13. filesystemsyncaccesshandle api: write