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
I know that one can wrap asynchronous functions such that there is no need for async/await in an JSI script (which is BRILLIANT!) but sometimes it seems useful to let a function run in the background while the foreground continues working as usual (e.g. handling events)
The text was updated successfully, but these errors were encountered:
Are there plans to support "Promises" (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) in the JavaScript Interpreter?
I know that one can wrap asynchronous functions such that there is no need for async/await in an JSI script (which is BRILLIANT!) but sometimes it seems useful to let a function run in the background while the foreground continues working as usual (e.g. handling events)
The text was updated successfully, but these errors were encountered: