1 2 3 4 5 6 7
<!DOCTYPE html> <script> onload = () => { window.close(); window.portalHost.postMessage(window.closed); }; </script>