Web features explorer

Origin private file system

Newly available since 2023-03-27
Tags: api Groups: File system access

The navigator.storage.getDirectory() method returns a FileSystemDirectoryHandle that is restricted to a specific origin and invisible to the user's actual file system for faster file-based applications, such as SQLite databases. To learn more, see Origin private file system at MDN.

Compatibility