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

8 lines
144 B
HTML
Raw Normal View History

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