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. I have a new option suggestion.
When we set removeQueryParameters to an array, the package remove query parameters that matches any of the provided strings or regexes. But it would be great if we could reverse this. We will set keepQueryParameters to an array, and the package will only keep that matches any of the provided strings or regexes.
Hi. I have a new option suggestion.
When we set
removeQueryParameters
to anarray
, the package remove query parameters that matches any of the provided strings or regexes. But it would be great if we could reverse this. We will setkeepQueryParameters
to anarray
, and the package will only keep that matches any of the provided strings or regexes.removeQueryParameters:
My suggestion:
The text was updated successfully, but these errors were encountered: