Package-level declarations

Types

Link copied to clipboard
typealias ErrorCallback = (err: DOMException) -> Unit
Link copied to clipboard
typealias FileCallback = (file: File) -> Unit
Link copied to clipboard

The File and Directory Entries API interface FileSystem is used to represent a file system.

Link copied to clipboard

The FileSystemDirectoryEntry interface of the File and Directory Entries API represents a directory in a file system.

Link copied to clipboard

The FileSystemDirectoryHandle interface of the File System API provides a handle to a file system directory. Available only in secure contexts.

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard
open class FileSystemEntry

The FileSystemEntry interface of the File and Directory Entries API represents a single entry in a file system.

Link copied to clipboard
Link copied to clipboard

The FileSystemFileEntry interface of the File and Directory Entries API represents a file in a file system.

Link copied to clipboard

The FileSystemFileHandle interface of the File System API represents a handle to a file system entry. Available only in secure contexts.

Link copied to clipboard
interface FileSystemFlags
Link copied to clipboard
Link copied to clipboard

The FileSystemHandle interface of the File System API is an object which represents a file or directory entry. Available only in secure contexts.

Link copied to clipboard
sealed interface FileSystemHandleKind
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The FileSystemSyncAccessHandle interface of the File System API represents a synchronous handle to a file system entry. Available only in secure contexts.

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard
sealed interface WriteCommandType
Link copied to clipboard
interface WriteParams