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

SMS/MMS: Switch to using IndexedDB #17

Open
devadvance opened this issue Apr 1, 2018 · 0 comments
Open

SMS/MMS: Switch to using IndexedDB #17

devadvance opened this issue Apr 1, 2018 · 0 comments
Assignees
Milestone

Comments

@devadvance
Copy link
Owner

Right now, SMS Backup Reader 2 uses plain JS objects, arrays, and maps for storing SMS and MMS messages. This can cause issues with performance and scaling to larger backups. This issue is for switching to using IndexedDB.

Will likely follow https://developers.google.com/web/ilt/pwa/working-with-indexeddb and use the IDB library, since promises make more sense for this use case.

@devadvance devadvance self-assigned this Apr 1, 2018
@devadvance devadvance added this to the 0.3.0 milestone Apr 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant