When using download() with the saveAs: true option to download a SQLite file, the "Save as type" shows *..sqlite (notice it has two periods), which prevents the user from seeing the other SQLite files they've downloaded.
Here you can see that changing the "Save as type" to "All Files (.)" shows a previous SQLite file that already exists in the directory.
When using
download()
with thesaveAs: true
option to download a SQLite file, the "Save as type" shows*..sqlite
(notice it has two periods), which prevents the user from seeing the other SQLite files they've downloaded.Here you can see that changing the "Save as type" to "All Files (.)" shows a previous SQLite file that already exists in the directory.