WesleyBranton / Grandfather-Clock

Turn your browser into a grandfather clock that plays a tune at the top of each hour!
https://addons.mozilla.org/firefox/addon/grandfather-clock/
Mozilla Public License 2.0
3 stars 1 forks source link

Converted IndexedDB to Storage API #37

Closed WesleyBranton closed 1 year ago

WesleyBranton commented 1 year ago

Custom audio is now stored in the Storage API instead of an IndexedDB. Closes #26.

The IndexedDB library is still included in the add-on simply for migration. Once the live users have been upgraded to the new version, the migration function can be removed along with the IndexedDB library.