JSPM

browserify-buffertools

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q30893F
  • License MIT

A JavaScript implementation of node-buffertools to work in the browser

Package Exports

  • browserify-buffertools

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (browserify-buffertools) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

browserify-buffertools

A JavaScript implementation of node-buffertools for use in the browser via browserify.

Usage and limitations

API functionality should be identical to that of node-buffertools. Our test cases are very inspired in the original node test cases. However, a few things are missing: (feel free to contribute Pull Requests)

  • The WritableBufferStream class is available but totally untested.

Running tests

To run node tests run:

mocha

To run browser tests, run:

grunt browserify

And open test.html in your browser.