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
The code awaits the outcome of the pre- hooks, but not the post- hooks. I think it would be useful/safe not to respond to the request until the post- hooks have completed. This way clients would have an accurate way of determining when the operation has completed (e.g. when determining when to show and hide a loading popup).
Expected behaviour
See above
Steps to reproduce
N/A
Authoring tool version
v1
Framework version
No response
What browsers are you seeing the problem on?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
What happened?
The code awaits the outcome of the
pre-
hooks, but not thepost-
hooks. I think it would be useful/safe not to respond to the request until thepost-
hooks have completed. This way clients would have an accurate way of determining when the operation has completed (e.g. when determining when to show and hide a loading popup).Expected behaviour
See above
Steps to reproduce
N/A
Authoring tool version
v1
Framework version
No response
What browsers are you seeing the problem on?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: