BrowserWindow

BrowserWindow

Source:
Tutorials:
  • Tutorial: - https://www.electronjs.org/docs/api/browser-window
  • Electron browser windows.

Methods

(static) createLoadingWindow()

Source:
  • Creates loading window to show while build is created.

(static) createMainWindow(port)

Source:
  • Creates main window.
Name Type Description
port number

Port that Flask server is running on.