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
@Le0Developer pointed out in #26 that Dispatch might need clarification when I suggested that Dispatchshould be called.
// Dispatch posts a function to be executed on the main thread. You normally// do not need to call this function, unless you want to tweak the native// window.Dispatch(ffunc())
We should investigate whether this comment is accurate, and either amend it or fix the behavior.
The text was updated successfully, but these errors were encountered:
@Le0Developer pointed out in #26 that
Dispatch
might need clarification when I suggested thatDispatch
should be called.We should investigate whether this comment is accurate, and either amend it or fix the behavior.
The text was updated successfully, but these errors were encountered: