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

yng826/ejincare-system

"相关结果 60条

FileSystemDirectoryHandle: keys() method

The keys() method of the FileSystemDirectoryHandle interface returns a new asynchronous iterator for the iteration of the key of the entries within the FileSystemDirectoryHandle on which this method is called.
developer.mozilla.org

FileSystemHandle: requestPermission() method

The requestPermission() method of the FileSystemHandle interface requests read or readwrite permissions for the file handle.
developer.mozilla.org

FileSystemEntry: copyTo() method

The FileSystemEntry interface's method copyTo() copies the file specified by the entry to a new location on the file system.
developer.mozilla.org

FileSystemEntry: getMetadata() method

The FileSystemEntry interface's method getMetadata() obtains a Metadata object with information about the file system entry, such as its modification date and time and its size.
developer.mozilla.org

FileSystemFileEntry: file() method

The FileSystemFileEntry interface's method file() returns a File object which can be used to read data from the file represented by the directory entry.
developer.mozilla.org

Navigator: requestMediaKeySystemAccess() method

The requestMediaKeySystemAccess() method of the Navigator interface returns a Promise which delivers a MediaKeySystemAccess object that can be used to access a particular media key system, which can in turn be used to create keys for decrypting a media stream.
developer.mozilla.org

FileSystemFileHandle: createWritable() method

The createWritable() method of the FileSystemFileHandle interface creates a FileSystemWritableFileStream that can be used to write to a file. The method returns a Promise which resolves to this created stream.
developer.mozilla.org

FileSystemDirectoryReader: readEntries() method

The FileSystemDirectoryReader interface's readEntries() method retrieves the directory entries within the directory being read and delivers them in an array to a provided callback function.
developer.mozilla.org