DEV: Drop old IE11 intersection-observer references (#12942)

It's been awhile since we have supported IE11 so it should be safe to remove
IntersectionObserver now.

From a TODO task in this repo:
> drop when we eventually drop IE11

Announcement of when we removed IE11 support:

https://meta.discourse.org/t/137984/40?u=blake
This commit is contained in:
Blake Erickson
2021-05-04 17:54:54 -06:00
committed by GitHub
parent 657370b56c
commit 1b02dce594
5 changed files with 0 additions and 736 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',