Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 331 Bytes

File metadata and controls

10 lines (5 loc) · 331 Bytes

Logology v7.0.0

Chapter 7 discusses using IndexedDB for storage.

Important Changes

  • src/www/js/app/lib/IndexedDBKVStore.js has been added, allowing for Note and Favorite storage in a user IndexedDB database.

  • src/www/js/app/models/Notes.js, src/www/js/app/models/Favorites.js have been modified to use IndexedDB.