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
Currently calling $fetch.create() and then passing interceptors when calling $fetch() will override the interceptors from $fetch.create().
I suggest to add an option to merge them. It will be useful for implementing global logging or modifying global headers etc.
Example:
Describe the feature
Currently calling
$fetch.create()
and then passing interceptors when calling$fetch()
will override the interceptors from$fetch.create()
.I suggest to add an option to merge them. It will be useful for implementing global logging or modifying global headers etc.
Example:
The result:
Previous issue - #319
Additional information
The text was updated successfully, but these errors were encountered: