docs: app.terminate is deprecated
This commit is contained in:
parent
fa7f900b2b
commit
f02cae1b0a
1 changed files with 0 additions and 5 deletions
|
@ -94,11 +94,6 @@ This method guarantees all `beforeunload` and `unload` handlers are correctly
|
||||||
executed. It is possible that a window cancels the quitting by returning
|
executed. It is possible that a window cancels the quitting by returning
|
||||||
`false` in `beforeunload` handler.
|
`false` in `beforeunload` handler.
|
||||||
|
|
||||||
## app.terminate()
|
|
||||||
|
|
||||||
Quit the application directly, it will not try to close all windows so cleanup
|
|
||||||
code will not run.
|
|
||||||
|
|
||||||
## app.getPath(name)
|
## app.getPath(name)
|
||||||
|
|
||||||
* `name` String
|
* `name` String
|
||||||
|
|
Loading…
Reference in a new issue