FileSystemFileHandle
The FileSystemFileHandle
interface of the File System API represents a handle to a file system entry. Available only in secure contexts.
Properties
Functions
The createSyncAccessHandle()
method of the that can be used to synchronously read from and write to a file.
The createSyncAccessHandle()
method of the that can be used to synchronously read from and write to a file.
The createWritable()
method of the FileSystemFileHandle interface creates a FileSystemWritableFileStream that can be used to write to a file.
The getFile()
method of the If the file on disk changes or is removed after this method is called, the returned ``js-nolint getFile() ``
None.
The getFile()
method of the If the file on disk changes or is removed after this method is called, the returned ``js-nolint getFile() ``
None.
The isSameEntry()
method of the ``js-nolint isSameEntry(fileSystemHandle) ``
- FileSystemHandle - : The FileSystemHandle
to match against the handle on which the method is invoked.
The isSameEntry()
method of the ``js-nolint isSameEntry(fileSystemHandle) ``
- FileSystemHandle - : The FileSystemHandle
to match against the handle on which the method is invoked.