DEV Community

Discussion on: Getting More Out Of (And Into) Storage With JavaScript

Collapse
 
bytebodger profile image
Adam Nathaniel Davis

Just as a follow-up, I combined his excellent isSupported() methodology with my approach, and I think it should be much more fault-tolerant now:

github.com/bytebodger/local-storage

Thanks for the heads-up!