web-platform-tests/wpt

idlharness: add iterable members if implicitly iterable

Open

#8616 aperta il 7 dic 2017

Vedi su GitHub
 (7 commenti) (0 reazioni) (0 assegnatari)HTML (2898 fork)batch import
good first issueidlharness.jsinfrapriority:backlog

Metriche repository

Star
 (4581 star)
Metriche merge PR
 (Merge medio 5g 23h) (682 PR mergiate in 30 g)

Descrizione

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.

Guida contributor