electron/spec/fixtures/api/preloads.html

8 lines
164 B
HTML
Raw Normal View History

<html>
<body>
<script type="text/javascript" charset="utf-8">
require('electron').ipcRenderer.send('vars', preload1, preload2, preload3);
</script>
</body>
</html>