XrXr / YoutubeSubscriptionChecker

A Firefox add-on that checks for new uploads from Youtube channels
4 stars 0 forks source link

Migrate to indexed-db #19

Closed XrXr closed 8 years ago

XrXr commented 8 years ago

simple-storage has been serving okay, however it doesn't handle crashes during writes very well. There have been multiple reports of random data wipes, and I have experienced some myself. It's time to switch to a (hopefully) more robust storage solution.