Remove Array.prototype.includes polyfill (#24234)
This commit is contained in:
parent
d7b8c6db7e
commit
c0886dee14
3 changed files with 0 additions and 7 deletions
|
@ -12,7 +12,6 @@ function importExtraPolyfills() {
|
|||
|
||||
function loadPolyfills() {
|
||||
const needsBasePolyfills = !(
|
||||
Array.prototype.includes &&
|
||||
HTMLCanvasElement.prototype.toBlob &&
|
||||
window.Intl &&
|
||||
Object.assign &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue