]> zoso.dev Git - buffer.git/commit
Fix: treat numbers as unsigned 8-bit for .indexOf and .includes
authorFeross Aboukhadijeh <feross@feross.org>
Mon, 8 Aug 2016 05:08:07 +0000 (22:08 -0700)
committerFeross Aboukhadijeh <feross@feross.org>
Mon, 8 Aug 2016 05:08:07 +0000 (22:08 -0700)
commit2dae873b5837dc40e9cb1fb2d4de57c6ed990d23
tree1449a11f2775aaae906ea3d2d5c3b74b7a882464
parent04c341ebc857a4f728480d732c21c39f463c8c97
Fix: treat numbers as unsigned 8-bit for .indexOf and .includes

Caught by the new node.js tests
index.js