Tilde Friends
|
Functions | |
function | printError (error) |
function | invoke (handlers, argv) |
function | broadcastEvent (eventName, argv) |
function | broadcast (message) |
function | broadcastAppEventToUser (user, packageOwner, packageName, eventName, argv) |
function | getUser (caller, process) |
function | postMessageInternal (from, to, message) |
function async | getProcessBlob (blobId, key, options) |
ssb | addEventListener ('message', function() { broadcastEvent('onMessage', [...arguments]);}) |
function async | loadSettings () |
function | sendStats () |
Variables | |
let | gProcesses = {} |
let | gStatsTimer = false |
let | g_handler_index = 0 |
const | k_ping_interval = 60 * 1000 |
exports | callAppHandler |