8000 README · protobufjs/bytebuffer.js@6c97a78 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c97a78

Browse files
committed
README
1 parent cde5691 commit 6c97a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ generated from a single source tree through [MetaScript](https://github.com/dcod
88

99
Features
1010
--------
11-
* Uses node Buffers under node.js and ArrayBuffers in the browser
11+
* Available as two API compatible versions, using either node Buffers under node.js or ArrayBuffers in the browser
1212
* 8, 16, 32 and 64 bit signed and unsigned integers
1313
* 32 and 64 bit floats
1414
* Varints as used in protobuf (32 and 64 bit, zig-zag)
15-
* Base64 via [lxiv-embeddable](https://github.com/dcodeIO/lxiv), utf8 via [utfx-embeddable](https://github.com/dcodeIO/utfx), binary, hex and debug encoding
15+
* [Base64](https://github.com/dcodeIO/lxiv), [utf8](https://github.com/dcodeIO/utfx), binary, hex and debug encoding
1616
* Handy string and debugging utilities
1717
* Big and little endianness
1818
* Relative and absolute zero-copy operations wherever possible

0 commit comments

Comments
 (0)
0