About 1,040,000 results
Open links in new tab
  1. Nextron vs Next.js '--example with-electron' - Stack Overflow

    Nov 7, 2021 · So electronJS is just a js package that uses the chromium-based framework to bring browser-like functionality to the desktop window and is used by NextronJS under the …

  2. javascript - Electron require () is not defined - Stack Overflow

    Jun 6, 2017 · I hope this answer gets some attention, because a large majority of answers here leave large security holes in your electron app. In fact this answer is essentially what you …

  3. Enabling hardware acceleration in electron app - Stack Overflow

    I am building an app using electron and react. In that i need to conditionally enable and disable hardware acceleration of app. I can disable it as below. But I did not find any thing in electron

  4. Passing data from main to renderer (electron-js) - Stack Overflow

    Jul 26, 2022 · The topic is "Passing data from main to renderer"; NOT the other way around. While ipcMain is well documented for renderer to main (where the renderer is the origin of …

  5. javascript - Problems installing electron js - Stack Overflow

    Oct 2, 2023 · Run node .\install.js at the node_modules\electron directory. Obtain the cache path, folder name, and the download link for the zip file. After this, the above modification is no …

  6. Can electronjs be used for websites - Stack Overflow

    Aug 12, 2020 · Can electronjs be used for websites Asked 5 years, 4 months ago Modified 3 years, 2 months ago Viewed 12k times

  7. ElectronJS: Allowing parent and child iframe to communicate

    Ah yes. The answer would be simpler if I actually had two windows (a main window and a settings window, for instance) as the main process could act as liason betwen the two. In my case, …

  8. How do you handle CORS in an electron app? - Stack Overflow

    I'm building an electron app and need to call APIs where the API provider has not enabled CORS. The typically proposed solution is to use a reverse proxy which is trivial to do when running …

  9. Where can I find the logs for my Electron app in production?

    Dec 14, 2016 · I've built an app with Electron and used Electron-Builder to create a Squirrel windows installer and updater. It all works great but I'm having trouble debugging the …

  10. ElectronJS does not connect to serial port - Stack Overflow

    Jan 22, 2024 · ElectronJS does not connect to serial port Asked 1 year, 11 months ago Modified 1 year, 8 months ago Viewed 1k times