- [ ] Add array support in binding layer - [x] create array / check if object is array / ... - [ ] add support to easily iterate over array elements (esp. for sparse array, maybe in jerry?) - [ ] ... (TBD) - [ ] Use array support in IoT.js - [ ] in `i2c` module, many APIs should use array as input parameter or callback argument - [x] in `buffer` module, enable `new Buffer(array)` - [x] in `http_incoming` module, IncomingMessage.headers should be array type - ... (TBD)