Firefox Tomorrow

web api instance property

FileSystem: name property

View on MDN ↗

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

// tbd

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also