cletusc / Userscript--Twitch-Chat-Emotes

Adds a button to Twitch that allows you to "click-to-insert" an emote.
http://cletusc.github.io/Userscript--Twitch-Chat-Emotes/
MIT License
36 stars 20 forks source link

Rework storage #59

Closed cletusc closed 9 years ago

cletusc commented 10 years ago

Should be invoked via var storage = new Storage(...); and have stuff like prefix, expires, get, set, keys, remove, import, export, migration helper... any more?

cletusc commented 10 years ago

I will likely be using browserify and reworking gulp as well to make all of this more manageable.

cletusc commented 10 years ago

Browserify is implemented in 8a566013c4d6bd4aa0db262dccff41013930d6b2 and the storage will be split off into a new repo that will be required in this script. Will keep open until implemented.