toots / buffer-browserify

node's buffer module, but for the browser.
MIT License
52 stars 33 forks source link

Fix read too, add test for read. Also add SlowBuffer.prototype.copy (somehow missing) #5

Closed ysangkok closed 12 years ago

ysangkok commented 12 years ago

I didn't put any checks in SlowBuffer.prototype.copy since it was input-sanitized in Buffer.prototype.copy.

toots commented 12 years ago

Cool, thanks!