file_close_onpagehide1.html (90B)
1 <script> 2 window.onload = () => { 3 opener.postMessage("initial", "*"); 4 }; 5 </script>