6 ms·
The main selling point to me for the file system access api is the ability to write directly to the file system on the device but from what I could understand i
by drenvuk 5y ago
The main selling point to me for the file system access api is the ability to write directly to the file system on the device but from what I could understand in that blog post is that the 'files' that you write to don't actually map to the device's fs itself. Has anyone used it to write to an existing directory or is it just an alternative and more familiar interface to indexedDB?
- kushan2020 5y agoI have been using it to provide ability to read existing markdown notes in a users directory see [1]. So far it works great but browser support is limited to chrome and edge. [1] https://bangle.io https://bangle.io