We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec8980a + 0b9c3c4 commit 7c570f2Copy full SHA for 7c570f2
1 file changed
js/info.js
@@ -5,6 +5,9 @@ window.addEventListener("load", () => {
5
container.append(h("div", {}, "webxdc.selfName: ", h("span", {style: "background:#DDD;word-wrap: break-word;"}, webxdc.selfName)))
6
container.append(h("div", {}, "webxdc.selfAddr: ", h("span", {style: "background:#DDD;word-wrap: break-word;"}, webxdc.selfAddr)))
7
8
+ container.append(h("div", {}, "webxdc.isAppSender: ", webxdc.isAppSender));
9
+ container.append(h("div", {}, "webxdc.isBroadcast: ", webxdc.isBroadcast));
10
+
11
container.append(h("div", {}, "webxdc.sendUpdateInterval: " + webxdc.sendUpdateInterval))
12
container.append(h("div", {}, "webxdc.sendUpdateMaxSize: " + webxdc.sendUpdateMaxSize))
13
0 commit comments