mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
15 lines
224 B
HTML
15 lines
224 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
<script>
|
|
require('foo').bar()
|
|
require('electron').ipcRenderer.send('answer')
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html>
|