- From: Domenic Denicola <notifications@github.com>
- Date: Sat, 17 Jun 2023 08:08:44 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 17 June 2023 15:08:49 UTC
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