FileSystemFileHandle
The FileSystemFileHandle
interface of the File System API represents a handle to a file system entry. Available only in secure contexts.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun createWritable(options: FileSystemCreateWritableOptions = definedExternally): FileSystemWritableFileStream
Link copied to clipboard
fun createWritableAsync(options: FileSystemCreateWritableOptions = definedExternally): Promise<FileSystemWritableFileStream>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard