Mark atom-shell version as deprecated
This commit is contained in:
parent
d4b204799d
commit
1072519488
6 changed files with 16 additions and 5 deletions
|
@ -54,6 +54,15 @@ nativeImage.toJpeg()
|
|||
nativeImage.toJPEG()
|
||||
```
|
||||
|
||||
## `process`
|
||||
|
||||
```js
|
||||
// Deprecated
|
||||
process.versions['atom-shell']
|
||||
// Replace with
|
||||
process.versions.electron
|
||||
```
|
||||
|
||||
## `Tray`
|
||||
|
||||
```js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue