Closed LinusU closed 10 years ago
Related to #666
This is the Node.js version 0.10.x implementation of Buffer.fill.
0.10.x
Buffer.fill
@johnnyman727 we can merge this for now and then when Node.js 0.12.x is released we'll merge the next one that I'll submit in 5 minutes.
0.12.x
@LinusU, it looks good. One last nitpicky change: could you remove all of the whitespace changes before we merge it in?
@johnnyman727 done, should be ready to merge :)
Approved by @johnnyman727. Running tests.
Related to #666
This is the Node.js version
0.10.x
implementation ofBuffer.fill
.@johnnyman727 we can merge this for now and then when Node.js
0.12.x
is released we'll merge the next one that I'll submit in 5 minutes.