jerryscript-project / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net
Other
2.59k stars 439 forks source link

Buffer not accessible using the index position #1975

Closed lauriro closed 3 years ago

lauriro commented 3 years ago

buf.js

var buf = Buffer.from("ab")
console.log("Buf", buf[1], buf.readUInt8(1))
$ node buf.js
Buf 98 98
$ iotjs buf.js
Buf undefined 98
lauriro commented 3 years ago

Duplicate of #628 opened on 16 Feb 2017