Update draft/webxdc-user-guide.md

Co-authored-by: Asiel Díaz Benítez <adbenitez@nauta.cu>
This commit is contained in:
bjoern
2022-01-04 12:11:51 +01:00
parent 0b983906da
commit 59658f2b0b

View File

@@ -105,6 +105,7 @@ The following example shows an input field and every input is show on all peers
}
window.webxdc.setUpdateListener(receiveUpdate);
window.webxdc.getAllUpdates().forEach(receiveUpdate);
</script>
</body>