hivewallet / hive-js

Hive digital currency wallet
http://www.hivewallet.com
GNU General Public License v2.0
81 stars 57 forks source link

Bug/localstorage #83

Closed haustraliaer closed 10 years ago

haustraliaer commented 10 years ago

Would like @weilu to review this - I've used https://www.npmjs.org/package/browsernizr, which seems like the best way to incorporate modernizr tests into a browserify bundle. Perhaps there is a leaner way to test for localStorage, without needing the extra dependency, however this should serve for the time being.

weilu commented 10 years ago

+1 to modernizr. Looks good to me.