Skip to content

Safer DOMStorage.js

Vinay Rosenberg requested to merge github/fork/bbc/saferDomStorage into development

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.

Merge request reports