| 07:13 | <bakkot> | does anyone know why is propertyIsEnumerable |
| 07:13 | <bakkot> | like, why does that... exist |
| 07:14 | <bakkot> | Object.prototype has like a dozen properties total and one of them is propertyIsEnumerable, which I have never in my life wanted |
| 11:53 | <Florian Scholz> | MDN users are reporting that tc39.es is 404'ing. https://github.com/mdn/content/issues/12889. Did anything change? (all of the JS docs link to this host) |
| 11:54 | <Luca Casonato> | Florian Scholz: Chairs have already been notified - hopefully it'll be taken care of soon :-) |
| 11:55 | <Florian Scholz> | Luca Casonato: wonderful, bedankt! |
| 13:17 | <jmdyck> | @bakkot: propertyIsEnumerable was added in ES3, if that helps. |
| 13:18 | <ryzokuken> | MDN users are reporting that tc39.es is 404'ing. https://github.com/mdn/content/issues/12889. Did anything change? (all of the JS docs link to this host) |
| 15:27 | <ljharb> | bakkot: I’ve definitely used it. Before es5, it was the only way to differentiate enumerability, of the length property in particular. |