web-platform-tests/wpt

idlharness: add iterable members if implicitly iterable

Open

#8.616 geöffnet am 7. Dez. 2017

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (2.898 Forks)batch import
good first issueidlharness.jsinfrapriority:backlog

Repository-Metriken

Stars
 (4.581 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 23h) (682 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide