- From: Timothy Gu <notifications@github.com>
- Date: Thu, 02 Dec 2021 18:42:24 -0800
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 December 2021 02:42:36 UTC
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