Source code
Revision control
Copy as Markdown
Other Tools
onmessage = event => {
globalThis["loaded"] = [];
global: "current",
});
const c1 = ns.getCounter();
ns.incCounter();
const c2 = ns.getCounter();
postMessage({ c1, c2, loaded: globalThis["loaded"] });
};