FileSystemDirectoryHandle.keys()

Draft: This page is not complete.

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

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
keys
86
86
No
No
72
No
No
86
No
No
No
14.0

See also

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryHandle/keys