MCPcopy Create free account
hub / github.com/KDE/falkon / asyncCall

Function asyncCall

src/plugins/GreaseMonkey/data/values.js:31–37  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

29
30// GreaseMonkey 4.0 support
31var asyncCall = (func) => {
32 if (window._falkon_external) {
33 func();
34 } else {
35 document.addEventListener("_falkon_external_created", func);
36 }
37};
38
39var decode = (val) => {
40 val = String(val);

Callers 1

values.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected