Skip to content

Commit 90b3fc9

Browse files
authored
refactor: use the latest web component polyfills
1 parent adc6f78 commit 90b3fc9

File tree

5 files changed

+147
-138
lines changed

5 files changed

+147
-138
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// URLSearchParams
22
import "url-search-params-polyfill";
33

4-
// Edge only needs the Web Components polyfill and the pseudo mutation observer fix
5-
import "../thirdparty/webcomponents-polyfill";
4+
// Web Components polyfills
5+
import "../thirdparty/shadydom.min";
6+
import "../thirdparty/custom-elements.min";
7+
8+
// "pseudo mutation observer" fix for nodeValue
69
import "../compatibility/patchNodeValue";

packages/base/src/sap/ui/webcomponents/base/thirdparty/custom-elements.min.js

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)