mirror of https://github.com/lukechilds/node.git
Browse Source
All the Buffer#{ascii,hex,etc.}Slice() methods are intentionally strict to alert if a Buffer instance was attempting to be accessed out of bounds. Buffer#toString() is the more user friendly way of accessing the data, and will coerce values to their min/max on overflow.v0.11.7-release
Trevor Norris
12 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue