gitpod-electron-typescript/src/renderer.ts
2022-06-13 20:35:04 +05:30

6 lines
306 B
TypeScript

// This file is required by the index.html file and will
// be executed in the renderer process for that window.
// No Node.js APIs are available in this process unless
// nodeIntegration is set to true in webPreferences.
// Use preload.js to selectively enable features
// needed in the renderer process.