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