Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The entries()
method of the FileSystemDirectoryHandle
interface returns an array of a given object's own enumerable property [key, value]
pairs, in the same order as that provided by a for...in
loop (the difference being that a for-in loop enumerates properties in the prototype chain as well).