aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/~partytown/debug/partytown.js
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-28 21:39:10 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-28 21:39:10 +0000
commit950a71c2308eb438967b30a72403f7df5a04596c (patch)
treef341fe19d9f946634b4d1b6f998ffc5bfbb9c129 /public/~partytown/debug/partytown.js
parent1f22525ba62bdcf7f3a14e9baf4a0878373ea6d2 (diff)
downloadsubmelon.dev-950a71c2308eb438967b30a72403f7df5a04596c.tar.gz
submelon.dev-950a71c2308eb438967b30a72403f7df5a04596c.tar.bz2
submelon.dev-950a71c2308eb438967b30a72403f7df5a04596c.zip
chore: autopublish 2023-01-28T21:39:10Z
Diffstat (limited to 'public/~partytown/debug/partytown.js')
-rw-r--r--public/~partytown/debug/partytown.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/~partytown/debug/partytown.js b/public/~partytown/debug/partytown.js
index ee59243..fa5abf6 100644
--- a/public/~partytown/debug/partytown.js
+++ b/public/~partytown/debug/partytown.js
@@ -1,4 +1,4 @@
-/* Partytown 0.5.4 - MIT builder.io */
+/* Partytown 0.7.5 - MIT builder.io */
!function(win, doc, nav, top, useAtomics, config, libPath, timeout, scripts, sandbox, mainForwardFn, isReady) {
function ready() {
if (!isReady) {
@@ -38,12 +38,15 @@
sandbox.setAttribute("style", "display:block;width:0;height:0;border:0;visibility:hidden");
sandbox.setAttribute("aria-hidden", !0);
}
- sandbox.src = libPath + "partytown-" + (isAtomics ? "atomics.js?v=0.5.4" : "sandbox-sw.html?" + Date.now());
+ sandbox.src = libPath + "partytown-" + (isAtomics ? "atomics.js?v=0.7.5" : "sandbox-sw.html?" + Date.now());
doc.body.appendChild(sandbox);
}
function fallback(i, script) {
console.warn("Partytown script fallback");
clearFallback();
+ top == win && (config.forward || []).map((function(forwardProps) {
+ delete win[forwardProps.split(".")[0]];
+ }));
for (i = 0; i < scripts.length; i++) {
script = doc.createElement("script");
script.innerHTML = scripts[i].innerHTML;