Y
Hacker News
new
|
ask
|
show
|
jobs
by
dsego
2930 days ago
Object.values doesn't work in IE11, that can bite you really hard with “enterprise“ customers.
1 comments
Klathmon
2930 days ago
Luckily there are fairly simple polyfills that can be used for that (including using babel's preset-env system to configure it based on browser support!)
link