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
Which leads to the provided event handler being triggered. Target capabilities should match the Recipients enum.
Describe the solution you'd like
run_event_deferred: executes when the current callback ends. No frame delay
run_event: executes immediately, possibly returning a result.
Take into account the possibility that the triggered event might also lead to another event being triggered. If it can lead to a chain like that, then we also need to take into account infinite loops.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Request
Provide an API similar to this:
Which leads to the provided event handler being triggered. Target capabilities should match the
Recipients
enum.Describe the solution you'd like
run_event_deferred
: executes when the current callback ends. No frame delayrun_event
: executes immediately, possibly returning a result.The text was updated successfully, but these errors were encountered: