Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

51 lines (29 loc) · 1.09 KB

Anchor/Buffer

The buffer module provides a mechanism for manipulating, creating, and consuming raw data.

Install

component
$ component install anchorjs/buffer
volo
$ volo add anchorjs/buffer

Compatibility

component

This module uses the AMD format. To include in component builds, use component-amd:

component build -u component-amd
Node

This module implements the interface exported by Node's Buffer module.

Tests

To run tests in a browser, execute the Make target for the desired browser:

$ make test-chrome
$ make test-firefox
$ make test-safari

Headless tests can be executed directly from a terminal:

$ make test-phantomjs

Credits

License

The MIT License

Copyright (c) 2012-2013 Jared Hanson <http://jaredhanson.net/>
Copyright Joyent, Inc. and other Node contributors.