FileSystem: name property

We’d love to hear your thoughts on the next set of proposals for the JavaScript language. You can find a description of the proposals here.
Please take two minutes to fill out our short survey.

The read-only name property of the FileSystem interface indicates the file system's name. This string is unique among all file systems currently exposed by the File and Directory Entries API.

Value

A string representing the file system's name.

Examples

js
// tbd

Specifications

Specification
File and Directory Entries API
# dom-filesystem-name

Browser compatibility

See also