* Send a socket notification to the node helper. * @param {string} notification The identifier of the notification. * @param {object} payload The payload of the notification.
(notification, payload)
| 359 | * @param {object} payload The payload of the notification. |
| 360 | */ |
| 361 | sendSocketNotification (notification, payload) { |
| 362 | this.socket().sendNotification(notification, payload); |
| 363 | } |
| 364 | |
| 365 | /** |
| 366 | * Hide this module. |
no test coverage detected