if you only need to store flags or simple,short strings you can use the localStorage for that. If you want to store complex and huge datasets use PouchDB, SQLite or WebSQL (or oldschool but easy --> write a json file)
↧
if you only need to store flags or simple,short strings you can use the localStorage for that. If you want to store complex and huge datasets use PouchDB, SQLite or WebSQL (or oldschool but easy --> write a json file)