0
0
Fork 0

Remove Array.prototype.includes polyfill (#24234)

This commit is contained in:
Nick Schonning 2023-04-07 07:03:42 -04:00 committed by GitHub
parent d7b8c6db7e
commit c0886dee14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 7 deletions

View file

@ -12,7 +12,6 @@ function importExtraPolyfills() {
function loadPolyfills() {
const needsBasePolyfills = !(
Array.prototype.includes &&
HTMLCanvasElement.prototype.toBlob &&
window.Intl &&
Object.assign &&