electron/spec/fixtures/pages/ipc-message.html

8 lines
144 B
HTML
Raw Normal View History

2014-12-17 05:11:30 +00:00
<html>
<body>
<script type="text/javascript" charset="utf-8">
2014-12-17 19:09:11 +00:00
require('ipc').sendToHost('channel', 'arg1', 'arg2');
2014-12-17 05:11:30 +00:00
</script>
</body>
</html>