I know there has been many questions about checking for localStorage but what if someone manually shuts it off in their browser? Here\'s the code I\'m using to
localStorage
Here is an easy check:
if(typeof localStorage === 'undefined'){