blob: 491d184f9720d249e55f470e7032c82f555620c3 [file] [log] [blame]
<!DOCTYPE html>
<script>
window.addEventListener("portalactivate", function(e) {
var bc = new BroadcastChannel("portals-host-hidden-after-activation");
bc.postMessage({ hasHost: !!window.portalHost });
bc.close();
});
var bc = new BroadcastChannel("portals-host-hidden-after-activation");
bc.postMessage({hasHost: !!window.portalHost });
bc.close();
window.portalHost.postMessage("loaded");
</script>