mirror of
https://github.com/electron/electron.git
synced 2026-02-02 19:25:41 -05:00
10 lines
208 B
HTML
10 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>
|