FileSystemSyncAccessHandle
The FileSystemSyncAccessHandle
interface of the File System API represents a synchronous handle to a file system entry. Available only in secure contexts.
Functions
The flush()
method of the Bear in mind that you only need to call this method if you need the changes committed to disk at a specific time, otherwise you can leave the underlying operating system to handle this when it sees fit, which should be OK in most cases.
The read()
method of the ``js-nolint read(buffer, options) ``
- buffer
- : An ArrayBuffer or ArrayBufferView
(such as a DataView) representing the buffer that the file content should be read into.
The write()
method of the Files within the origin private file system are not visible to end-users, therefore are not subject to the same security checks as methods running on files within the user-visible file system.