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
Implement a non-blocking API for waiting for a certain amount of time.
JavaScript API. Ideally, we should provide a standard set of APIs like setTimeout and setInterval. If we decide to implement something different, then let's create another GH issue - feature request to implement proper Web APIs.
Documentation for module builders
Automated tests
The text was updated successfully, but these errors were encountered:
Implement a non-blocking API for waiting for a certain amount of time.
setTimeout
andsetInterval
. If we decide to implement something different, then let's create another GH issue - feature request to implement proper Web APIs.The text was updated successfully, but these errors were encountered: