electron/spec/fixtures/pages/window-opener-node.html

7 lines
137 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
window.opener.postMessage(typeof process, '*')
</script>
</body>
</html>