even setTimeout(cb,0); keeps the browser interactive and it takes 20 vs 16 seconds
EDIT: and if I enable pretokenize on that setTimeout(function cb() part it fails later that cb is not defined, is this known bug of pretokenizer?
setTimeout(function cb()
@fanoush started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
even setTimeout(cb,0); keeps the browser interactive and it takes 20 vs 16 seconds
EDIT:
and if I enable pretokenize on that
setTimeout(function cb()
part it fails later that cb is not defined, is this known bug of pretokenizer?