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

8 lines
153 B
HTML
Raw Normal View History

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