From c0886dee1480cecedb7e8b152c848f061ab7f81e Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Fri, 7 Apr 2023 07:03:42 -0400 Subject: Remove Array.prototype.includes polyfill (#24234) --- app/javascript/mastodon/load_polyfills.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app/javascript/mastodon/load_polyfills.js') diff --git a/app/javascript/mastodon/load_polyfills.js b/app/javascript/mastodon/load_polyfills.js index b2c41303a..7909dc4ea 100644 --- a/app/javascript/mastodon/load_polyfills.js +++ b/app/javascript/mastodon/load_polyfills.js @@ -12,7 +12,6 @@ function importExtraPolyfills() { function loadPolyfills() { const needsBasePolyfills = !( - Array.prototype.includes && HTMLCanvasElement.prototype.toBlob && window.Intl && Object.assign && -- cgit