about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/util/load_polyfills.js
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-02-20 00:52:50 +0100
committerGitHub <noreply@github.com>2020-02-20 00:52:50 +0100
commit668098303284b0aa0f1dcfddc280ed1b6fb435bb (patch)
treed5b47229d14d496ec48a9f7ad303acdcc5054841 /app/javascript/flavours/glitch/util/load_polyfills.js
parent955f838f9df9a6af4ba2ab51716def6093698c28 (diff)
parentbc4de2f66117b5eac8ebe4a389ad9915c471b0c5 (diff)
Merge pull request #1287 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/util/load_polyfills.js')
-rw-r--r--app/javascript/flavours/glitch/util/load_polyfills.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/util/load_polyfills.js b/app/javascript/flavours/glitch/util/load_polyfills.js
index 8cb81c1a6..73eedc9dc 100644
--- a/app/javascript/flavours/glitch/util/load_polyfills.js
+++ b/app/javascript/flavours/glitch/util/load_polyfills.js
@@ -18,7 +18,8 @@ function loadPolyfills() {
     Number.isNaN &&
     Object.assign &&
     Object.values &&
-    window.Symbol
+    window.Symbol &&
+    Promise.prototype.finally
   );
 
   // Latest version of Firefox and Safari do not have IntersectionObserver.