Просмотр исходного кода

Load extra polyfills when isIntersecting is undefined (#4469)

master
Yamagishi Kazutoshi 6 лет назад
committed by Eugen Rochko
Родитель
Сommit
b9ec3b7e7c
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      app/javascript/mastodon/load_polyfills.js

+ 2
- 0
app/javascript/mastodon/load_polyfills.js Просмотреть файл

@@ -24,6 +24,8 @@ function loadPolyfills() {
// This avoids shipping them all the polyfills.
const needsExtraPolyfills = !(
window.IntersectionObserver &&
window.IntersectionObserverEntry &&
'isIntersecting' in IntersectionObserverEntry.prototype &&
window.requestIdleCallback &&
'object-fit' in (new Image()).style
);


Загрузка…
Отмена
Сохранить