* Send a notification to all modules. * @param {string} notification The identifier of the notification. * @param {object} payload The payload of the notification.
(notification, payload)
| 350 | * @param {object} payload The payload of the notification. |
| 351 | */ |
| 352 | sendNotification (notification, payload) { |
| 353 | MM.sendNotification(notification, payload, this); |
| 354 | } |
| 355 | |
| 356 | /** |
| 357 | * Send a socket notification to the node helper. |
no outgoing calls
no test coverage detected