We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2c747 commit e9346ceCopy full SHA for e9346ce
public/seed-loaded-injection.js
@@ -0,0 +1,2 @@
1
+// notify the parent window that the text (document) is fully loaded
2
+window.addEventListener("load", () => {window.parent.postMessage({"event": "loaded"}, window.parent?.location?.href);});
0 commit comments