0
0
Fork 0

Add polyfill for Object.values (#6697)

This commit is contained in:
Yamagishi Kazutoshi 2018-03-08 21:07:25 +09:00 committed by Eugen Rochko
parent bd077ad7d9
commit 188aa3ea50
3 changed files with 7 additions and 0 deletions

View file

@ -14,6 +14,7 @@ function loadPolyfills() {
const needsBasePolyfills = !(
window.Intl &&
Object.assign &&
Object.values &&
Number.isNaN &&
window.Symbol &&
Array.prototype.includes