bytebuffer

v2.2.0
A full-featured ByteBuffer implementation using typed arrays.
net array buffer arraybuffer typed array bytebuffer json websocket webrtc and 1 more...

prepublish

npm test

test

node node_modules/testjs/bin/testjs tests/suite.js

make

npm run-script build && npm run-script compile && npm run-script noexpose && npm test && npm run-script jsdoc

build

node build.js

compile

ccjs ByteBuffer.js --create_source_map=ByteBuffer.min.map --compilation_level=ADVANCED_OPTIMIZATIONS --externs=externs/minimal-env.js --externs=externs/Long.js > ByteBuffer.min.js

noexpose

cat ByteBuffer.js | grep -v @expose > ByteBuffer.noexpose.js

jsdoc

jsdoc -c jsdoc.json

Metadata

Downloads

Maintainers