Pinned repositories
148 contributions in the last year
Contribution activity
February 2017
Created a pull request in nodejs/node
that received 10
comments
buffer: stricter argument checking in toString
Currently, Buffer.from('hello').toString(0, 1) returns ello, which is confusing. On the other hand, Buffer.from('hello').toString(1, 2) throws an eโฆ