window.showDirectoryPicker opens up a whole new world
- Programming
- Developer Tools
- Security
- Open Source
- Infrastructure
The post shows off `window.showDirectoryPicker()`, a browser API that lets a site ask the user for access to a folder, then keep reading and writing files there. The appeal is simple: web apps can act more like real desktop apps without forcing users into app-specific cloud storage or hidden browser databases. People immediately connected that to local-first tools like note apps, IDEs, photo managers, and music players that store ordinary files the user can move, sync, and back up with their existing filesystem and cloud setup.
If you build on this API, treat it as a Chromium feature, not a web platform feature, and plan a fallback. The bigger strategic signal is that local-first web apps are becoming more practical in Chrome, while the standards and security gap with Safari and Firefox remains wide.
- steveharrison.dev
- Discuss on HN