Remove the memory property from getAppMetrics

See 03d0bfd593 for more information
This commit is contained in:
Samuel Attard 2018-07-22 00:35:41 +10:00 committed by Aleksei Kuzmin
parent 14df89f214
commit dde194d853
5 changed files with 4 additions and 35 deletions

View file

@ -49,9 +49,7 @@ app.getAppMetrics()
// Deprecated
const metrics = app.getAppMetrics()
const {memory} = metrics[0]
memory.privateBytes // Deprecated property
memory.sharedBytes // Deprecated property
const {memory} = metrics[0] // Deprecated property
```
## `BrowserWindow`