test
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

renderer.js 343B

12345678910
  1. // This file is required by the index.html file and will
  2. // be executed in the renderer process for that window.
  3. // No Node.js APIs are available in this process because
  4. // `nodeIntegration` is turned off. Use `preload.js` to
  5. // selectively enable features needed in the rendering
  6. // process.
  7. const { BrowserWindow } = require('electron');