Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 946 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 946 Bytes

js-buffer

a node.js-like Buffer module in browsers
  1. useful for handling binary data in browsers.

A js-buffer instance extends ArrayBuffer to handle binary data and is sendable directly to servers without converting to ArrayBuffer or Blob.

js-buffer is available in Safari, Chrome and Firefox. (partially in Opera 12.00 pre-alpha.)

  1. supports all Buffer APIs of Node.js (v0.4).

APIs

window.Buffer

see buffers - Node.js v0.4.12 Manual & Documentation

License

The MIT License

Copyright (c) 2011 East Cloud, Inc.