How can I remove an event listener once I don't need it anymore?
I found that HTML elements normally provide a removeEventListener method, but how can I do that on the Espruino, especially on the Bangle?
removeEventListener
@msdeibel 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.
How can I remove an event listener once I don't need it anymore?
I found that HTML elements normally provide a
removeEventListener
method, but how can I do that on the Espruino, especially on the Bangle?