Files
electron/docs/api
Samuel Attard 5b5c161601 feat: new makeSingleInstance API (#12782)
* Refactor app.makeSingleInstance
* new API `app.isPrimaryInstance()`
* new API `app.isSingleInstance()`
* new event `app.on('second-instance')`
* deprecated old syntax `app.makeSingleInstance(cb)`
* deprecated old syntax of `app.makeSingleInstance() --> bool` in favor
of `app.isPrimaryInstance()`
* Fix spec, we don't need process.nextTick hacks any more
* Make deprecation TODO for the return value of makeSingleInstance
* Refactor makeSingleInstance to requestSingleInstanceLock and add appropriate deprecation comments
* I swear this isn't tricking the linter
* Make const
* Add deprecation warnings for release, and add to planned-breaking-changes

BREAKING CHANGE
2018-05-08 01:29:18 +10:00
..
2017-07-24 10:29:45 +02:00
2018-04-09 17:58:10 -03:00
2017-07-24 10:29:45 +02:00
2017-11-29 12:13:45 +01:00
2018-05-05 09:37:29 -07:00
2016-12-21 13:47:40 -08:00
2018-02-10 03:19:47 -08:00
2017-11-29 11:58:24 +01:00
2018-01-28 04:37:13 +08:00
🎨
2017-06-05 10:33:46 -07:00
2018-04-13 13:03:16 -04:00
2018-04-09 17:58:10 -03:00
2018-04-09 17:58:10 -03:00
2018-04-09 17:58:10 -03:00
2018-04-09 17:58:10 -03:00
2018-04-09 17:58:10 -03:00
2018-04-09 17:58:10 -03:00
2018-04-09 17:58:10 -03:00
2018-04-09 17:58:10 -03:00
2018-04-09 17:58:10 -03:00
2018-04-09 17:58:10 -03:00
2018-04-09 17:58:10 -03:00
2018-05-02 12:19:52 -04:00
2017-11-29 12:13:45 +01:00