UNPKG

@webcomponents/custom-elements

Version:
10 lines (9 loc) 221 B
<!DOCTYPE html> <!-- Used when testing access of a closed/detached window's properties --> <html> <body onunload="opener.postMessage('closed', '*');"> <script> opener.postMessage("opened", "*"); </script> </body> </html>