getFileHandleAsync
fun getFileHandleAsync(name: String, options: FileSystemGetFileOptions = definedExternally): Promise<FileSystemFileHandle>(source)
The getFileHandle()
method of the FileSystemDirectoryHandle interface returns a FileSystemFileHandle for a file with the specified name, within the directory the method is called.