Skip to content

Commit e215a1e

Browse files
authored
send update.document out (#56)
while it is not displayed currented in the emulator (which would be nice, same as summary and info), a webxdc may still use the received update.document value. therefore, it is important to send out out.
1 parent 6c9591c commit e215a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webxdc.js

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ window.webxdc = (() => {
5555
payload: update.payload,
5656
summary: update.summary,
5757
info: update.info,
58+
document: update.document,
5859
serial: serial,
5960
};
6061
updates.push(_update);

0 commit comments

Comments
 (0)