Skip to content

synquery/js-buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published