blob: 302e9d9cc12b347da03c20e288f7dad12598d179 [file] [log] [blame]
<script>
const ident = new URL(location).searchParams.get("ident"),
post = () => parent.postMessage({ name: window.name, ident }, "*");
onmessage = () => post();
post();
</script>