MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / writeLog

Function writeLog

notifications/app.js:69–73  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

67});
68
69var writeLog = function (msg) {
70 var logElement = $("#output");
71 logElement.innerHTML += msg + "<br>";
72 logElement.scrollTop = logElement.scrollHeight;
73};
74
75// NW.JS Notification
76var showNotification = function (icon, title, body) {

Callers 3

showNotificationFunction · 0.70
showNativeNotificationFunction · 0.70
showHtmlNotificationFunction · 0.70

Calls 1

$Function · 0.70

Tested by

no test coverage detected