Safer DOMStorage.js
Created by: robertbryer
Don't trust the contents of local storage to be uncorrupted, assume parseInt can throw, parseFloat can throw, extend the try-catch around them.
Created by: robertbryer
Don't trust the contents of local storage to be uncorrupted, assume parseInt can throw, parseFloat can throw, extend the try-catch around them.