Skip to content

Disallow primitives in GetIterator() for async iterables #3505

Open
@petamoriken

Description

Normative conversion have been approved for iterables that will no longer be converted from primitives (tc39/how-we-work#152). There is currently no specification for async iterable to be converted from primitives, and the Web IDL converter is currently working on allowing only objects (whatwg/webidl#1397).

I think it would be better to disallow primitives in GetIterator() for async iterables, since it will probably not cause break the web.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions