web-platform-tests/wpt

idlharness: add iterable members if implicitly iterable

Open

#8,616 创建于 2017年12月7日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)HTML (4,581 star) (2,898 fork)batch import
good first issueidlharness.jsinfrapriority:backlog

描述

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.

贡献者指南

idlharness: add iterable members if implicitly iterable · web-platform-tests/wpt#8616 | Good First Issue