mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Adding deprecations
This commit is contained in:
committed by
Hari Krishna Reddy Juturu
parent
d73004f1df
commit
5e04fab2ba
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user