Adding deprecations
This commit is contained in:
parent
d73004f1df
commit
5e04fab2ba
1 changed files with 9 additions and 0 deletions
|
@ -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
|
There is no timetable for when this release will occur but deprecation
|
||||||
warnings will be added at least 90 days beforehand.
|
warnings will be added at least 90 days beforehand.
|
||||||
|
|
||||||
|
## `app`
|
||||||
|
|
||||||
|
```js
|
||||||
|
// Deprecated
|
||||||
|
app.getAppMemoryInfo()
|
||||||
|
// Replace with
|
||||||
|
app.getAppMetrics()
|
||||||
|
```
|
||||||
|
|
||||||
## `BrowserWindow`
|
## `BrowserWindow`
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Reference in a new issue