cb3a9c69ab
By design the BrowserClient should not be aware of the api:: classes.
7 lines
164 B
HTML
7 lines
164 B
HTML
<html>
|
|
<body>
|
|
<script type="text/javascript" charset="utf-8">
|
|
require('electron').ipcRenderer.send('vars', preload1, preload2, preload3);
|
|
</script>
|
|
</body>
|
|
</html>
|