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
There are use cases where we are making requests (usually filters) where the parameters are additive and it be nice to have Brainstem add the params to the last fetch options automatically (via a deep merge). We might be able to leverage the existing refresh call and/or make that an option.
On the flip side, we also want the ability to blow away all the parameters (except the ones specified) in case we are performing a reset/clear of the request.
For backwards compatibility, this could just be a refresh to trigger between making incoming options additive vs. replacement.
The text was updated successfully, but these errors were encountered:
There are use cases where we are making requests (usually filters) where the parameters are additive and it be nice to have Brainstem add the params to the last fetch options automatically (via a deep merge). We might be able to leverage the existing
refresh
call and/or make that an option.On the flip side, we also want the ability to blow away all the parameters (except the ones specified) in case we are performing a reset/clear of the request.
For backwards compatibility, this could just be a
refresh
to trigger between making incoming options additive vs. replacement.The text was updated successfully, but these errors were encountered: