Add polyfill for Object.values (#6697)
This commit is contained in:
committed by
Eugen Rochko
parent
bd077ad7d9
commit
188aa3ea50
@ -14,6 +14,7 @@ function loadPolyfills() {
|
||||
const needsBasePolyfills = !(
|
||||
window.Intl &&
|
||||
Object.assign &&
|
||||
Object.values &&
|
||||
Number.isNaN &&
|
||||
window.Symbol &&
|
||||
Array.prototype.includes
|
||||
|
Reference in New Issue
Block a user