to-arraybuffer icon indicating copy to clipboard operation
to-arraybuffer copied to clipboard

Get an ArrayBuffer from a Buffer as fast as possible

Results 5 to-arraybuffer issues
Sort by recently updated
recently updated
newest added

This will - update the devDep - it will not embed Buffer into the browser bundle (as they are always uint8array) - if argument is a arraybuffer, then just return...

This PR adds power support on travis.

This avoids deprecation warnings

Prevents `.travis.yml`, `.zuul.yml`, and `test.js` from being published to NPM.

Hey there, thanks for writing this module! I’m pretty sensitive about browserify bundle sizes, so I thought I’d point out that you can yield quite a substantial saving by swapping...