Re: [whatwg/webidl] Are operations on the `[[BackingMap]]` and `[[BackingSet]]` page-hookable? And if not, why not? (#254)

> 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