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

8 lines
138 B
HTML
Raw Normal View History

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