browser-buffer
browser-buffer copied to clipboard
A node-like buffer interface for the browser
Fix TypeError, see this issue: https://github.com/arextar/browser-buffer/issues/2 Add usage description. Fix links dysplay in README.markdown
I needed to initialize buffers by giving them hex encoded strings. I took marcominetti/browser-buffer@311bd0c1f1fd35218ac24fa580b449d87ad22bb9 and added that feature. Minified the script with uglifyjs.
I was not able to instance Buffer class in Google Chrome. E.g.: var a = new Buffer(256);
Thanks for the effort, I am trying to use this library after including it if I try to use it copying from your test I get the error this is...