Add polyfill for Object.values (#6697)
This commit is contained in:
parent
bd077ad7d9
commit
188aa3ea50
3 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,7 @@ function loadPolyfills() {
|
|||
const needsBasePolyfills = !(
|
||||
window.Intl &&
|
||||
Object.assign &&
|
||||
Object.values &&
|
||||
Number.isNaN &&
|
||||
window.Symbol &&
|
||||
Array.prototype.includes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue