Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Supporting IndexedDB on all platforms #1037

Open
Kukulkano opened this issue Oct 6, 2023 · 0 comments
Open

Feature request: Supporting IndexedDB on all platforms #1037

Kukulkano opened this issue Oct 6, 2023 · 0 comments

Comments

@Kukulkano
Copy link

I like to suggest a function webview_setStoragePath to set a storage path for any storage to the Webview.

If the path is an empty string, the IndexedDB feature should be turned off in general. If a valid path is given, please advise the Webview to allow and store IndexedDB (and other storage like local storage?) to this location.

Filenames should be automatically chosen due to the functionality. The IndexedDB sqlite database might be named indexed.db and the local storage might be local.db. So developers can have different storages for different apps simply by chosing another folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant