Closed
Description
Keys/values/entries in particular:
- iterable (and async iterable per Add async_iterable support #720): enumerable
- maplike: nonenumerable
- setlike: nonenumerable
I'm not sure whether consistency with other methods on the interface prototype object should win (enumerable) or consistency with ES (non-enumerable). I guess I'd lean toward the former?
This gets worse actually for maplike and setlike, where all the "generated" methods seem to be non-enumerable. This includes ones with innocuous names like has, get, the size getter, ...
I wonder if browsers actually follow the spec here :-/.
Metadata
Metadata
Assignees
Labels
No labels