🏠 New in Low Baseline Support: Origin private file system

March 14, 2023

caniuse · mdn · spec

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.

Source features