Skip to content

Commit

Permalink
refactor: use the latest web component polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
vladitasev authored Feb 28, 2019
1 parent adc6f78 commit 90b3fc9
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 138 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// URLSearchParams
import "url-search-params-polyfill";

// Edge only needs the Web Components polyfill and the pseudo mutation observer fix
import "../thirdparty/webcomponents-polyfill";
// Web Components polyfills
import "../thirdparty/shadydom.min";
import "../thirdparty/custom-elements.min";

// "pseudo mutation observer" fix for nodeValue
import "../compatibility/patchNodeValue";

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 90b3fc9

Please sign in to comment.