FileSystemDirectoryHandle.values()

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

The values() method of the FileSystemDirectoryHandle interface returns a new array iterator containing the values for each index in the FileSystemDirectoryHandle object.

Syntax

FileSystemDirectoryHandle.values();

Parameters

None.

Return value

A new Array

Examples

Todo

Specifications

No specification found

No specification data found for api.FileSystemDirectoryHandle.values.
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