Re: [whatwg/fetch] are Headers iterators documented anywhere? (Issue #1437)

They are defined through Web IDL and the `iterable<>` annotation. Given

> The [class string](https://webidl.spec.whatwg.org/#dfn-class-string) of an [iterator prototype object](https://webidl.spec.whatwg.org/#dfn-iterator-prototype-object) for a given [interface](https://webidl.spec.whatwg.org/#dfn-interface) is the result of concatenating the [identifier](https://webidl.spec.whatwg.org/#dfn-identifier) of the [interface](https://webidl.spec.whatwg.org/#dfn-interface) and the string " Iterator".

in https://webidl.spec.whatwg.org/#es-iterator-prototype-object I think Chrome has a bug. If there's no WPT coverage for this that seems worth adding.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1437#issuecomment-1122701985
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1437/1122701985@github.com>

Received on Tuesday, 10 May 2022 17:58:24 UTC