native-window-open-argv.html 189 B

12345678
  1. <html>
  2. <body>
  3. <script type="text/javascript" charset="utf-8">
  4. const popup = window.open()
  5. require('electron').ipcRenderer.send('answer', typeof popup.process)
  6. </script>
  7. </body>
  8. </html>