0
0
Fork 0

Fix old browsers crashing because of missing finally polyfill in web UI (#13115)

Fix #13015
This commit is contained in:
ThibG 2020-02-18 17:22:44 +01:00 committed by GitHub
parent 7584342d83
commit 1314bba68a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 2 deletions

View file

@ -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.