Travis build: 646
This commit is contained in:
@ -9,6 +9,6 @@ const byteSize = str => new Blob([str]).size;
|
||||
```
|
||||
|
||||
```js
|
||||
byteSize("😀"); // 4
|
||||
byteSize("Hello World"); // 11
|
||||
byteSize('😀'); // 4
|
||||
byteSize('Hello World'); // 11
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user