Closed dway123 closed 3 years ago
@mkruisselbrink Is it true that FSA doesn't allow persistent file handles? I believe it's not supported for security reasons.
That is not true. FSA lets you store file/directory handles in IndexedDB. Permission to use these is not persisted, so the website might have to prompt for access again after a reload/future navigation, but the handles themselves can be saved.
Oops, thanks for the correction. I'll close this issue then, as there's nothing to fix.
The explainer mentions that
I believe the File System Access proposal doesn't allow for persistent file handles, but just want to confirm this before potentially removing this sentence from this explainer.