源码聚合搜索 - 壹搜网为您找到"

yng826/ejincare-system

"相关结果 50条

FileSystemEntry: getParent() method

The FileSystemEntry interface's method getParent() obtains a FileSystemDirectoryEntry.
developer.mozilla.org

FileSystemEntry: isDirectory property

The 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.org

FileSystemEntry: toURL() method

The 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.org

FileSystemEntry: isFile property

The 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.org

FileSystemEntry: fullPath property

The 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.org

FileSystemHandle: queryPermission() method

The queryPermission() method of the FileSystemHandle interface queries the current permission state of the current handle.
developer.mozilla.org

FileSystemDirectoryHandle: entries() method

The 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.org

FileSystemDirectoryHandle: resolve() method

The 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.org

FileSystemDirectoryHandle: values() method

The 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