-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use the latest web component polyfills
- Loading branch information
1 parent
adc6f78
commit 90b3fc9
Showing
5 changed files
with
147 additions
and
138 deletions.
There are no files selected for viewing
7 changes: 5 additions & 2 deletions
7
packages/base/src/sap/ui/webcomponents/base/browsersupport/Edge.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |
41 changes: 41 additions & 0 deletions
41
packages/base/src/sap/ui/webcomponents/base/thirdparty/custom-elements.min.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.