24 | | - The failure mode (once the trailing commas are removed) is to **load an unnecessary polyfill without anything breaking**. That's what's happening on **every browser** right now because of the bug we're trying to solve. It's not ideal from a performance point of view, but it works, and Firefox < 40 / Edge < 12 users have much bigger performance issues elsewhere anyway. I can't overstate how this is not in any way, shape, or form, something we should be caring about. |
| 24 | - The failure mode (once the trailing commas are removed) is to **load an unnecessary polyfill without anything breaking**. That's what's happening on **every browser** right now because of the bug we're trying to solve. It's not ideal from a performance point of view, but it works, and Firefox < 40 / Edge < 12 users have much bigger performance issues elsewhere anyway. I can't overstate how this is not in any way, shape, or form, something we should be caring about given the level of usage of these browsers and the expectations of the users who run them. |