Kill child_process
Mikael Haltali <[email protected]> Thu, 10 Mar 2016 15:21:22 +0100
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <CAP-khbgL3uG-hQ5CgkNA8QkqALegG25wSDzx5UeO4pkj-4Qq+g@mail.gmail.com> |
Hi, i'm working on an extension that uses child_process to run some native code as an alternative to an old NPAPI plugin we use. The problem i'm currently facing is that when i close the page or the browser that spawned that child process, it is never killed. I'm looking for a way to achieve this, and didn't find anything in the documentation. Any help is appreciated, Thanks