Revert "DEV: Drop old IE11 intersection-observer references" (#13017)

This reverts commit 7360a0f70fae59bb065dffb9b1ad42d13ff38f46.

iOS still wants this sometimes. Probably best to revert for now and we can
always remove this again later.

See: https://meta.discourse.org/t/189799/11?u=blake
This commit is contained in:
Blake Erickson
2021-05-10 17:47:09 -06:00
committed by GitHub
parent 7a0e5c8cb9
commit 37812b8e35
5 changed files with 736 additions and 0 deletions

View File

@ -140,6 +140,9 @@ 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',