UNPKG
electron-dialogbox
Version:
latest (0.3.4)
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
The utility for making simple html base dialog box for Electron base application.
electron-dialogbox
/
preload.js
6 lines
(4 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
window
.
dialog
=
require
(
'./index-for-renderer'
).
getInstance
();
if
(
window
.
dialog
.
_preload
) {
require
(
window
.
dialog
.
_preload
); }