As the code is right now, Chrome gives me the following message:
TypeError: Assignment to constant variable. at Array.waitFor [as wf] (jaxon.core.js:1886:19)
I suggest either replacing the 'const' with a 'let', or replacing the three lines starting at 1885 with:
Hey again,
I think I discovered another problem:
jaxon.core.js:1885
As the code is right now, Chrome gives me the following message:
TypeError: Assignment to constant variable. at Array.waitFor [as wf] (jaxon.core.js:1886:19)
I suggest either replacing the 'const' with a 'let', or replacing the three lines starting at 1885 with:
const cmdToEval = 'bResult = (' + command.data + ');';
Regards,
Sascha