JavaScripture
Contribute via GitHub Feedback

FileSystemDirectoryHandle : FileSystemHandle

Instance Indexers

Example:

Run

Results:

 

Instance Methods

getDirectoryHandle(name : String, [options : Object]) : Promise<FileSystemDirectoryHandle>
options : {
create :BooleanDefault = false.
}
getFileHandle(name : String, [options : Object]) : Promise<FileSystemFileHandle>
options : {
create :BooleanDefault = false.
}
removeEntry(name : String, [options : Object]) : Promise<undefined>
options : {
recursive :BooleanDefault = false.
}
resolve(possibleDescendant : FileSystemHandle) : Promise<Array<String>>