DEV: Remove IntersectionObserver polyfill (#13445)

This commit is contained in:
Penar Musaraj
2021-06-22 09:30:44 -04:00
committed by GitHub
parent 252dd169a4
commit f343cfd92e
7 changed files with 30 additions and 747 deletions

View File

@ -140,9 +140,6 @@ def dependencies
source: 'mousetrap/plugins/global-bind/mousetrap-global-bind.js'
}, {
source: 'resumablejs/resumable.js'
}, {
# TODO: drop when we eventually drop IE11, this will land in iOS in version 13
source: 'intersection-observer/intersection-observer.js'
}, {
source: 'workbox-sw/build/.',
destination: 'workbox',