A buffer polyfill that works in the browser.

Minor modified version of https://github.com/calvinmetcalf/buffer-es6

Modification:
- Added extensions to work in browsers
- Removed `global`

# Links
Leading buffer polyfill but not supported anymore https://github.com/feross/buffer
Nearly rewrite to es6 https://github.com/calvinmetcalf/buffer-es6