web-platform-tests/wpt

idlharness: add iterable members if implicitly iterable

Open

#8.616 aberto em 7 de dez. de 2017

Ver no GitHub
 (7 comments) (0 reactions) (0 assignees)HTML (2.898 forks)batch import
good first issueidlharness.jsinfrapriority:backlog

Métricas do repositório

Stars
 (4.581 stars)
Métricas de merge de PR
 (Mesclagem média 5d 23h) (682 fundiu PRs em 30d)

Description

Interfaces with an indexed property getter and an integer-typed length attribute gets @@iterator related methods.

https://heycam.github.io/webidl/#es-iterator

There's a TODO at https://github.com/w3c/web-platform-tests/blob/master/resources/idlharness.js#L2014 for setlike/maplike but the getter/length combo should be supported as well.

Guia do colaborador