webxdc / webxdc-test

A little webxdc tool to test webxdc interpreters
GNU General Public License v3.0
3 stars 1 forks source link

add test for Duplicated Updates Race #18

Closed Simon-Laux closed 1 year ago

Simon-Laux commented 1 year ago

fix #17

I did it on a separate page to make sure to not interfere with other tests that test the webxdc api. (even if we don't have any yet from what I know besides selecting file and sendToChat)

Bildschirmfoto 2023-07-12 um 19 10 18
adbenitez commented 1 year ago

indeed sendUpdate() is already used in the main page for some tests and it happens automatically which is not nice IMHO, the way you did this is cleaner +1