@@ -0,0 +1,5 @@
+---
+"tauri-utils": patch:enhance
+
+The isolation iframe script now removes itself after execution.
@@ -135,4 +135,6 @@
}
setTimeout(waitUntilReady, readyIntervalMs)
+ document.currentScript.remove()
})()