buffer-safe
v1.0.0
Published
A polyfill for the new Node.js Buffer constructor APIs
Downloads
13
Readme
A polyfill for the new Node.js v6 Buffer constructors
Usage: require('buffer-safe')
The module adds the new alloc
, allocUnsafe
, and from
methods to the
Buffer
object if they do not currently exist. The added functions
approximate the implementations in v6.