Package-level declarations
Types
The File and Directory Entries API interface FileSystem
is used to represent a file system.
The FileSystemDirectoryEntry
interface of the File and Directory Entries API represents a directory in a file system.
The FileSystemDirectoryHandle
interface of the File System API provides a handle to a file system directory. Available only in secure contexts.
The FileSystemDirectoryReader
interface of the File and Directory Entries API lets you access the FileSystemFileEntry-based objects (generally FileSystemFileEntry or FileSystemDirectoryEntry) representing each entry in a directory.
The FileSystemEntry
interface of the File and Directory Entries API represents a single entry in a file system.
The FileSystemFileEntry
interface of the File and Directory Entries API represents a file in a file system.
The FileSystemFileHandle
interface of the File System API represents a handle to a file system entry. Available only in secure contexts.
The FileSystemHandle
interface of the File System API is an object which represents a file or directory entry. Available only in secure contexts.
The FileSystemSyncAccessHandle
interface of the File System API represents a synchronous handle to a file system entry. Available only in secure contexts.
The FileSystemWritableFileStream
interface of the File System API is a WritableStream object with additional convenience methods, which operates on a single file on disk. Available only in secure contexts.