-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
webxdc-test/js/webxdc-notify.js
Lines 16 to 20 in ada6442
| 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels