bytebuf icon indicating copy to clipboard operation
bytebuf copied to clipboard

A byte buffer for encoding and decoding binary data in JavaScript.

Results 1 bytebuf issues
Sort by recently updated
recently updated
newest added

Instead of being a fixed length, it would be nice if I could initialize it without a length like `new ByteBuf()` or similar. Then, an internal buffer could grow over...

enhancement