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
Is the behaviour implemented via #2439 a good idea? Isn't it the responsibility of the plugin to ensure they call an Adapt.wait.end() if using an Adapt.wait.begin().
Flushing any open waits after 7 seconds means you can't intentionally block Adapt from loading, if required. For example, you may want to not call an end() and display an uncancellable notification to indicate an issue which should prevent a user from continuing. Currently the flush will end this, continue with the loading and eventually close any notifications regardless of the plugin functionality.
The text was updated successfully, but these errors were encountered:
…cellable` attribute to error notifications to determine if the notification can be closed, or to stop Adapt from loading - requires a fix for adaptlearning/adapt_framework#2743.
Is the behaviour implemented via #2439 a good idea? Isn't it the responsibility of the plugin to ensure they call an
Adapt.wait.end()
if using anAdapt.wait.begin()
.Flushing any open waits after 7 seconds means you can't intentionally block Adapt from loading, if required. For example, you may want to not call an
end()
and display an uncancellable notification to indicate an issue which should prevent a user from continuing. Currently the flush will end this, continue with the loading and eventually close any notifications regardless of the plugin functionality.The text was updated successfully, but these errors were encountered: