|
let btn3 = h("button", {}, "info and notify all with deep-link to #links-output section"); |
|
btn3.onclick = () => { |
|
window.webxdc.sendUpdate({ payload: "", info: "open #links-output", href: "index.html#links-output", notify: {"*": "notify #links-output"} }, ""); |
|
}; |
|
ul.append(h("li", {}, btn3)); |
No longer works because the element is hidden since ada6442 (#39) on first start of the app.
webxdc-test/js/webxdc-notify.js
Lines 16 to 20 in ada6442
No longer works because the element is hidden since ada6442 (#39) on first start of the app.