Skip to content

Instantly share code, notes, and snippets.

@benmann
Created December 21, 2017 10:33
Show Gist options
  • Save benmann/e639241b82fc9d96216d71f93510dcd3 to your computer and use it in GitHub Desktop.
Save benmann/e639241b82fc9d96216d71f93510dcd3 to your computer and use it in GitHub Desktop.
Replace locaStorage in IE for file://
localStorage = {
setItem: function(item, value) {
this.localStorage[item] = value;
},
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment