8 lines
283 B
JavaScript
8 lines
283 B
JavaScript
|
|
"use strict";
|
||
|
|
// Preload for the renderer process.
|
||
|
|
// All the Node.js APIs are available in the preload process.
|
||
|
|
// It has the same sandbox as a Chrome extension.
|
||
|
|
window.addEventListener('DOMContentLoaded', () => {
|
||
|
|
// Expose APIs if needed
|
||
|
|
});
|
||
|
|
//# sourceMappingURL=preload.js.map
|