Created
August 3, 2017 14:37
-
-
Save himalay/ee036d4ef71db007e81321b5a90decef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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