You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Eos timers can mostly accomplish what's needed, sometimes I just want to issue a simple setTimeout(function(){...}, delay)
To do this easily, Eos would need to update to the JS-Interpreter from this pull request, allowing the native wrapper to be more easily implemented with something like:
While Eos timers can mostly accomplish what's needed, sometimes I just want to issue a simple
setTimeout(function(){...}, delay)
To do this easily, Eos would need to update to the JS-Interpreter from this pull request, allowing the native wrapper to be more easily implemented with something like:
(Code pulled from: NeilFraser/JS-Interpreter#199 (comment) )
The text was updated successfully, but these errors were encountered: