window-opener-node.html 181 B

12345678
  1. <html>
  2. <body>
  3. <script type="text/javascript" charset="utf-8">
  4. window.opener.postMessage({isProcessGlobalUndefined: typeof process === 'undefined'}, '*')
  5. </script>
  6. </body>
  7. </html>