Adding deprecations

This commit is contained in:
Hari Juturu 2017-05-17 20:01:06 -07:00 committed by Hari Krishna Reddy Juturu
parent d73004f1df
commit 5e04fab2ba

View file

@ -5,6 +5,15 @@ The following list includes the APIs that will be removed in Electron 2.0.
There is no timetable for when this release will occur but deprecation
warnings will be added at least 90 days beforehand.
## `app`
```js
// Deprecated
app.getAppMemoryInfo()
// Replace with
app.getAppMetrics()
```
## `BrowserWindow`
```js