FileSystemDirectoryHandle

Properties

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

Functions

Link copied to clipboard
abstract fun entries(): JsAny
Link copied to clipboard
abstract fun getDirectoryHandle(name: String, options: JsAny = definedExternally): Promise<FileSystemDirectoryHandle>
Link copied to clipboard
abstract fun getFileHandle(name: String, options: JsAny = definedExternally): Promise<FileSystemFileHandle>
Link copied to clipboard
Link copied to clipboard
abstract fun keys(): JsAny
Link copied to clipboard
abstract fun remove(): Promise<JsAny?>
abstract fun remove(options: JsAny): Promise<JsAny?>
Link copied to clipboard
abstract fun removeEntry(name: String, options: JsAny = definedExternally): Promise<JsAny?>
Link copied to clipboard
abstract fun resolve(possibleDescendant: FileSystemHandle): Promise<JsArray<JsString>?>
Link copied to clipboard
abstract fun values(): JsAny