-
@steveruizok Glad you ask: this is definitely possible, but of course no longer polyfillable, so keep this in mind when you code it: web.dev/file-system-access/#storing-file-handles-or-directory-handles-in-indexeddb. In @excalidraw, we deal with this by conditionally showing or not the “Save As” button. Here’s a write-up: web.dev/browser-fs-access/#ui-considerations. 😃