aboutsummaryrefslogtreecommitdiff
path: root/srfi/srfi-64.scm
diff options
context:
space:
mode:
Diffstat (limited to 'srfi/srfi-64.scm')
0 files changed, 0 insertions, 0 deletions
{}; /* magic should be one of the constants from /common/connection_types.js */ function listen_for_connection(magic, cb) { listeners[magic] = cb; } function raw_listen(port) { if (listeners[port.name] === undefined) return; listeners[port.name](port); } browser.runtime.onConnect.addListener(raw_listen); /* * EXPORTS_START * EXPORT listen_for_connection * EXPORTS_END */