Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Array-like types in the DOM do not support index access #173

@vsmenon

Description

@vsmenon

When we access raw JS versions of Array-like or Dictionary-like types - NodeList, NamedNodeMap, DOMTokenList - we hit an error:

NodeList list = querySelectorAll(query);
list[0];

DDC generates list.get(0) for the above - which does not exist for these types.

@jacob314

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions