electron/spec/fixtures/pages/ipc-message.html
2014-12-17 11:09:11 -08:00

7 lines
144 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
require('ipc').sendToHost('channel', 'arg1', 'arg2');
</script>
</body>
</html>