napsternxg / ReadLater

This is a google chrome extension for saving links for later reading.
https://chrome.google.com/webstore/detail/read-later/nplngmgdacdfncdkpdomipkehfnbinfa
GNU General Public License v2.0
103 stars 36 forks source link

Deprecate the count key in storage #15

Closed napsternxg closed 7 years ago

napsternxg commented 7 years ago

Deprecate the count key in storage, as the count values need to be computed on the fly because of the possible access of storage of background and popup.

Make sure the older data is not corrupted. Make things migrate smoothly by checking for existing count keys and then cleaning up the key from the storage object.