Nelde95 / youtube-playlist-tracker

A simple webapp for tracking multiple playlists
GNU General Public License v3.0
1 stars 0 forks source link

Migrate from websql to indexeddb #3

Open Nelde95 opened 2 years ago

Nelde95 commented 2 years ago

If executed well, this might also fix #2. The plan is to define data structure in "onupdateneeded", get data from YouTube and insert it in "onsuccess", and fetch the data from the database and display it in "oncomplete". If I've understood correctly the data will then finish inserting before oncomplete gets triggered.