The FileSystemDirectoryReader interface of the File and Directory
API lets you access the FileEntry-based objects (generally
or web.files.FileSystemDirectoryEntry) representing each entry
a directory.
The FileSystemDirectoryReader interface of the File and Directory API lets you access the `FileEntry`-based objects (generally or `web.files.FileSystemDirectoryEntry`) representing each entry a directory.
(read-entries this & args)Method.
[Non Standard] [Experimental]
The web.files.FileSystemDirectoryReader interface's readEntries()
retrieves the directory entries within the directory being read
delivers them in an array to a provided callback function.
readEntries(successCallback[, errorCallback]);
See also: https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryReader/readEntries
Method. [Non Standard] [Experimental] The `web.files.FileSystemDirectoryReader` interface's readEntries() retrieves the directory entries within the directory being read delivers them in an array to a provided callback function. `readEntries(successCallback[, errorCallback]);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryReader/readEntries`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |