veza/veza-desktop/electron/preload.ts

8 lines
235 B
TypeScript
Raw Normal View History

// 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
});