Remove Array.prototype.includes polyfill (#24234)
This commit is contained in:
@@ -12,7 +12,6 @@ function importExtraPolyfills() {
|
||||
|
||||
function loadPolyfills() {
|
||||
const needsBasePolyfills = !(
|
||||
Array.prototype.includes &&
|
||||
HTMLCanvasElement.prototype.toBlob &&
|
||||
window.Intl &&
|
||||
Object.assign &&
|
||||
|
Reference in New Issue
Block a user