Skip to content

Commit

Permalink
[kbn-ui-shared-deps] Remove AbortController and ChildNode.Remove
Browse files Browse the repository at this point in the history
polyfills

AbortController and ChildNode.Remove are both covered by our browser
support matrix, now that IE11 has been removed.

https://caniuse.com/childnode-remove
https://caniuse.com/abortcontroller
https://www.elastic.co/support/matrix#matrix_browsers

Part of elastic#91329
  • Loading branch information
jbudz committed Apr 6, 2021
1 parent 157129e commit d3f8206
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
2 changes: 0 additions & 2 deletions packages/kbn-ui-shared-deps/polyfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ if (typeof window.Event === 'object') {
}

require('whatwg-fetch');
require('abortcontroller-polyfill/dist/polyfill-patch-fetch');
require('./vendor/childnode_remove_polyfill');
require('symbol-observable');
48 changes: 0 additions & 48 deletions packages/kbn-ui-shared-deps/vendor/childnode_remove_polyfill.js

This file was deleted.

0 comments on commit d3f8206

Please sign in to comment.