electron/spec/fixtures/pages/window-opener.html
2015-08-04 15:46:59 +08:00

8 lines
137 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
require('ipc').send('opener', window.opener);
</script>
</body>
</html>