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. filesystemfilehandle api: createsyncaccesshandle: `mode` option

  4. filesystemsyncaccesshandle api

  5. filesystemsyncaccesshandle api: close

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

  7. filesystemsyncaccesshandle api: flush

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

  9. filesystemsyncaccesshandle api: getsize

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

  11. filesystemsyncaccesshandle api: read

  12. filesystemsyncaccesshandle api: truncate

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

  14. filesystemsyncaccesshandle api: write