FileSystemDirectoryHandle.keys()

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The keys() method of the FileSystemDirectoryHandle interface returns a new array iterator containing the keys for each item in FileSystemDirectoryHandle.

Syntax

FileSystemDirectoryHandle.keys();

Parameters

None.

Return value

A new Array

Examples

Todo

Specifications

No specification found

No specification data found for api.FileSystemDirectoryHandle.keys.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

Browser compatibility

BCD tables only load in the browser

See also