FileSystemFileHandle

Properties

Link copied to clipboard
abstract val kind: String
Link copied to clipboard
abstract val name: String

Functions

Link copied to clipboard
abstract fun createSyncAccessHandle(options: JsAny = definedExternally): Promise<FileSystemSyncAccessHandle>
Link copied to clipboard
abstract fun createWritable(options: JsAny = definedExternally): Promise<FileSystemWritableFileStream>
Link copied to clipboard
abstract fun getFile(): Promise<File>
Link copied to clipboard
Link copied to clipboard
abstract fun remove(): Promise<JsAny?>
abstract fun remove(options: JsAny): Promise<JsAny?>