Skip to content

Instantly share code, notes, and snippets.

@himalay
Created August 3, 2017 14:37
Show Gist options
  • Select an option

  • Save himalay/ee036d4ef71db007e81321b5a90decef to your computer and use it in GitHub Desktop.

Select an option

Save himalay/ee036d4ef71db007e81321b5a90decef to your computer and use it in GitHub Desktop.
function inKB(s) {
s = (new TextEncoder('utf-8').encode(s)).length / 1024
return s.toFixed(2)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment