IndexedDB and LocalStorage Issue on macOS
Open
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
Safari has in built security restrictions which stops the data blobs from accessing the localStorage and/or calling the indexedDB functions. You can use the following repo to test replicate this issue.
[todo-app](https://github.com/binreaper/todo-app)
### Issue
Unable to use WebView storage on macOS
### Resources Used
- `window.localStorage` for localstorage access
- Dexie.js for IndexedDB operations
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.