getDirectoryHandleAsync
fun getDirectoryHandleAsync(name: String, options: FileSystemGetDirectoryOptions = definedExternally): Promise<FileSystemDirectoryHandle>(source)
The getDirectoryHandle()
method of the FileSystemDirectoryHandle interface returns a FileSystemDirectoryHandle for a subdirectory with the specified name within the directory handle on which the method is called.