2.10.0 • Published 10 months ago

@lvce-editor/main-process v2.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

main-process

The main-process is a NodeJS process that runs Electron.

  • main-process is created when the Electron application is launched
  • main-process can create Windows using Apis from Electron.
  • main-process spawns shared-process
  • main-process and shared-process can communicate via ipc

Profiling the main process

killall electron &&
npx electron --wait src/profile.js

This will create a profile.cpuprofile file, which can be loaded inside the chrome devtools performance panel.

2.10.0

10 months ago

2.9.0

11 months ago

2.8.0

11 months ago

2.7.0

11 months ago

2.6.0

11 months ago

2.5.0

11 months ago

2.4.0

11 months ago

2.3.0

11 months ago

2.2.0

11 months ago

2.1.0

11 months ago

2.0.0

11 months ago

1.12.0

12 months ago

1.11.0

12 months ago

1.10.0

12 months ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago