If I call
clearTimeout(undefined);
all intervals set by setInterval() and all timeouts set by setTimeout() disappears. Checked by 1v95 on ESP8266
Is it a bug?
@SergeP 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.
If I call
all intervals set by setInterval() and all timeouts set by setTimeout() disappears.
Checked by 1v95 on ESP8266
Is it a bug?