jerryscript-project / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buffer not accessible using the index position

lauriro opened this issue · comments

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

Duplicate of #628 opened on 16 Feb 2017