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
The console is not a full fledged JavaScript interpreter, rather a limited one based on ottovm. The setInterval and setTimeout methods were not supported by it and were added retrospectively by us. Although we could keep patching it, do you really need to use the console for such advanced features?
I think that's a compelling argument for documenting it and leaving it unfixed. I wasn't familiar with the history of the console and its basis in ottovm.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
System information
Version: 1.7.3-stable
Git Commit: 4bb3c89
Architecture: amd64
Protocol Versions: [63 62]
Network Id: 1
Go Version: go1.9.2
Operating System: linux (Ubuntu 16.04 x64)
Expected behaviour
setInterval
should return a handle that can be used inclearInterval
.Actual behaviour
Issues also dealing with
setInterval
#1082, #1083, #1811, #1999,
The text was updated successfully, but these errors were encountered: