Closed
Description
The process explorer depends on:
- Electron
clipboard
os
node.js module (totalMem
)
This should be cleaned up to be ready for sandbox by leveraging the IElectronService
instead. You can take a look at the issue reporter for how to get a hold of the electron service:
I think it would be reasonable to add another method to the electron service for accessing os.totalMem()
.