Skip to content

Instantly share code, notes, and snippets.

@wlangstroth
Created April 15, 2011 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wlangstroth/921602 to your computer and use it in GitHub Desktop.
Save wlangstroth/921602 to your computer and use it in GitHub Desktop.
localStorage.setItem(key, value);
localStorage.getItem(key);
localStorage.removeItem(key);
localStorage.clear();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment