Re: [whatwg/dom] Delegate to Iterator helper methods on NodeList (Issue #1211)

I think we've found this is not web-compatible when it's been tried in the past. Too much code does things like conditional polyfilling, or assuming that if `map` *does not* exist then it must be a NodeList that needs to be wrapped in an Array or similar.

I doubt implementations will be excited to try this, to save people from typing `.entries()`.

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

Message ID: <whatwg/dom/issues/1211/1595781958@github.com>

Received on Saturday, 17 June 2023 15:08:49 UTC