Re: [whatwg/webidl] No consistency of enumerable in the `next` method (Issue #1073)

All Web IDL methods are enumerable (e.g., `Headers.prototype.get`), which is different from ECMAScript (e.g., `Map.prototype.get`). What you see in iterators is just an extension of this difference. It’s too late to change enumerability for all objects, so the most we could do is make it consistent within Web IDL.

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

Received on Friday, 3 December 2021 02:42:36 UTC