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
In order to be able to implement the delegate system, hooks must be able to fire after the original request is performed (default is before). We should add a new attribute to the hook:
"type": "after"
Possible values: "before", "after". Defaults to "before".
The text was updated successfully, but these errors were encountered:
In order to be able to implement the delegate system, hooks must be able to fire after the original request is performed (default is before). We should add a new attribute to the hook:
"type": "after"
Possible values: "before", "after". Defaults to "before".
The text was updated successfully, but these errors were encountered: