The File System Access API — Save to Disk, Directories & OPFS
The File System Access API lets a web app edit a real file on disk and save changes back in place — the thing that makes an in-browser editor feel native. This guide covers open/save/Save-As, reading directories, atomic writes, persisting handles across sessions, OPFS with SQLite-WASM, the new File System Observer API for watching external changes, drag-drop into directory handles, keepExistingData for random-access edits, PWA file_handlers for OS-level 'Open with', and the honest Firefox/Safari fallback story.