electron/spec/fixtures/api/native-window-open-native-addon.html
2017-04-30 19:43:21 +09:00

9 lines
208 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
const {ipcRenderer} = require('electron')
const runas = require('runas')
ipcRenderer.send('answer', typeof runas)
</script>
</body>
</html>