0

How to to get PID of current instance of nw.exe in node-webkit from my JavaScript code?

1 Answers1

1

As nw exposes all node api in addition to DOM, you can use process.pid

Andrey Sidorov
  • 24,905
  • 4
  • 62
  • 75