- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 29 Apr 2022 11:39:52 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 29 April 2022 18:40:03 UTC
> is there something I'm missing preventing us from just copying over the iterator algos, too? I'm not quite sure what you have in mind, so the following might not apply, but the main observable constraint is that ```js maplike[Symbol.iterator]().__proto__ === (new Map())[Symbol.iterator]().__proto__ ``` I'm not sure how to do that if we just copy a bunch of stuff over. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/issues/254#issuecomment-1113609450 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/issues/254/1113609450@github.com>
Received on Friday, 29 April 2022 18:40:03 UTC