源码聚合搜索 - 壹搜网为您找到"
yng826/ejincare-system
"相关结果 50条The FileSystemEntry interface's method getParent() obtains a FileSystemDirectoryEntry.
developer.mozilla.orgThe read-only isDirectory property of the FileSystemEntry interface is true if the entry represents a directory (meaning it's a FileSystemDirectoryEntry) and false if it's not.
developer.mozilla.orgThe FileSystemEntry interface's method toURL() creates and returns a string containing a URL which can be used to identify the file system entry. This is done by exposing a new URL scheme—filesystem:—that can be used as the value of src and href attributes.
developer.mozilla.orgThe read-only isFile property of the FileSystemEntry interface is true if the entry represents a file (meaning it's a FileSystemFileEntry) and false if it's not.
developer.mozilla.orgThe read-only fullPath property of the FileSystemEntry interface returns a string specifying the full, absolute path from the file system's root to the file represented by the entry.
developer.mozilla.orgThe queryPermission() method of the FileSystemHandle interface queries the current permission state of the current handle.
developer.mozilla.orgThe entries() method of the FileSystemDirectoryHandle interface returns a new asynchronous iterator for the iteration of the key-value pairs of the entries within the FileSystemDirectoryHandle on which this method is called. The key-value pairs are in the form of an array like [key, value].
developer.mozilla.orgThe resolve() method of the FileSystemDirectoryHandle interface returns an Array of directory names from the parent handle to the specified child entry, with the name of the child entry as the last array item.
developer.mozilla.orgThe values() method of the FileSystemDirectoryHandle interface returns a new asynchronous iterator for the iteration of the value of the entries within the FileSystemDirectoryHandle on which this method is called.
developer.mozilla.org