Skip to content

Instantly share code, notes, and snippets.

@junkycoder
Created June 27, 2015 10:41
Show Gist options
  • Save junkycoder/f549451608f3044a5bea to your computer and use it in GitHub Desktop.
Save junkycoder/f549451608f3044a5bea to your computer and use it in GitHub Desktop.
// Prints size of free space in localStorage
(1024 * 1024 * 5 - unescape(encodeURIComponent(JSON.stringify(localStorage))).length)/1024/1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment