Skip to content

Add support for JavaScript Array in binding layer #449

@yichoi

Description

@yichoi
  • Add array support in binding layer
    • 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
    • in buffer module, enable new Buffer(array)
    • in http_incoming module, IncomingMessage.headers should be array type
    • ... (TBD)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions