UNPKG

440 BMarkdownView Raw
1# What reporting system is used?
2
3There are 5 different reporting systems:
4
5* Mac Notification Center
6* Linux notify-osd
7* Windows Toaster
8* Windows Balloons
9* Growl
10
11`node-notifier` tries to use the system that has the better
12experience but prefers native solutions. This means that
13Growl is prioritized over Windows Balloons (if Growl is
14active).
15
16See flow chart to see how the reporter is chosen.
17
18![Flow Chart](./node-notifier_flow.png)
\No newline at end of file