LargeLocalStorage icon indicating copy to clipboard operation
LargeLocalStorage copied to clipboard

Chrome - FilesystemAPI - no confirm and then refresh

Open tantaman opened this issue 11 years ago • 1 comments

The first time a page is visited, the user is prompted to allow LLS access to store files.

LLS does not initialize until the user click yes or no (which is the expected behavior), however...

If the user doesn't click either yes or no and then refreshes the page, LLS ends up initializing but with IndexedDB instead of the FilesystemAPI as the provider. If the user now clicks yes then the next time they visit the page LLS will initialize with the FilesystemAPI instead of IndexedDB. This will cause a data loss between two sessions.

tantaman avatar Dec 09 '13 23:12 tantaman

https://code.google.com/p/chromium/issues/detail?id=163598

tantaman avatar Dec 26 '13 19:12 tantaman