electron/docs/fiddles/native-ui/notifications
Charles Kerr c83f836faf
refactor: prefer using app.whenReady() (#21972)
* docs: add references to app.whenReady() in isReady

* refactor: prefer app.whenReady()

In the docs, specs, and lib, replace instances of `app.once('ready')`
(seen occasionally) and `app.on('ready')` (extremely common) with
`app.whenReady()`.

It's better to encourage users to use whenReady():
1. it handles the edge case of registering for 'ready' after it's fired
2. it avoids the minor wart of leaving an active listener alive for
an event that wll never fire again
2020-02-03 22:43:22 +00:00
..
basic-notification refactor: prefer using app.whenReady() (#21972) 2020-02-03 22:43:22 +00:00
notification-with-image refactor: prefer using app.whenReady() (#21972) 2020-02-03 22:43:22 +00:00
.keep chore: empty folder structure (#20439) 2019-10-05 12:46:01 -05:00
index.html docs: Adds Desktop notifications Fiddle example (#20525) 2019-11-06 09:24:41 -08:00
main.js refactor: prefer using app.whenReady() (#21972) 2020-02-03 22:43:22 +00:00
renderer.js docs: Adds Desktop notifications Fiddle example (#20525) 2019-11-06 09:24:41 -08:00