back

by tobr·10y ago·view on hn ↗
Even with js turned on, I get a mostly blank page. It chokes on String.prototype.endsWith, which is an ES6 feature not supported by my very-slightly-out-of-date version of Safari.

If you want to render your blog in client side js AND use fresh-from-the-oven js features, the least you can do is include a polyfill.

1 comments
Thanks for pointing this out. Going to be adding a polyfill for that!