Closed easoncxz closed 3 years ago
I built something and it's kind of useful.
See commit cdcb342.
Mozilla MDN has a guide under the reference-doc page for IDBOpenDBRequest.onupgradeneeded
on how to do database migrations in IndexedDB:
There had been quite a bit of experience gained during #24 . As it stands, I think there is a sufficient amount of knowledge on how to use idb. Closing this issue now.
Don't keep on fetching the same faves; use the rate-limit to fetch more and more faves. Use IndexedDB.
Provide some buttons for clearing IndexedDB and prepare for re-migration.
Related reading:
GET favorites/list
GET statuses/user_timeline
GET statuses/home_timeline
Key quotes: