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
Hi, is there any way to override a handler using the "on(...)" method? I saw that handlers are pushed into an array, and then, if a new handler for the same kind of request is pushed, the previous one takes precedence.
If this array push is changed to a "unshift" operation the new handlers will be found first when filtering to handle a mocked request. What do you think?
The text was updated successfully, but these errors were encountered:
Hi, is there any way to override a handler using the "on(...)" method? I saw that handlers are pushed into an array, and then, if a new handler for the same kind of request is pushed, the previous one takes precedence.
If this array push is changed to a "unshift" operation the new handlers will be found first when filtering to handle a mocked request. What do you think?
The text was updated successfully, but these errors were encountered: