Skip to content

Commit 881fc50

Browse files
committed
updated sabayon polyfill
1 parent 7d19094 commit 881fc50

File tree

4 files changed

+100
-100
lines changed

4 files changed

+100
-100
lines changed

docs/service-worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (!globalThis.crossOriginIsolated) {
1616
) {
1717
blobParts[0] = blobParts[0].replace(
1818
/^\/\*@\*\//,
19-
'import "https://cdn.jsdelivr.net/npm/sabayon/dist/polyfill.js";'
19+
'await(await import("https://cdn.jsdelivr.net/npm/sabayon/dist/polyfill.js")).default();'
2020
);
2121
}
2222
super(blobParts, ...args);

0 commit comments

Comments
 (0)