Skip to content
/ buffer Public

The buffer module from node.js, for the browser.

License

Notifications You must be signed in to change notification settings

feross/buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buffer-browserify

The buffer module from node.js, but for browsers.

When you require('buffer') in browserify, this module will be loaded.

It will also be loaded if you use the global Buffer variable.