MCPcopy Create free account
hub / github.com/Moli-X/Resources / notify

Function notify

Script/ZsHc.js:53–57  ·  view source on GitHub ↗
(title, subtitle, message)

Source from the content-addressed store, hash-verified

51}
52
53function notify(title, subtitle, message) {
54 if (isLoon) $notification.post(title, subtitle, message);
55 if (isSurge) $notification.post(title, subtitle, message);
56 if (isQX) $notify(title, subtitle, message);
57}
58
59function httpPost(url, headers, body) {
60 if (isLoon || isSurge) {

Callers 1

ZsHc.jsFile · 0.70

Calls 2

$notifyFunction · 0.70
postMethod · 0.45

Tested by

no test coverage detected