Help getting small regression fix merged #6491
davecardwell
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The 1.x line introduced a regression where the
responseDetails.headers
option tobeforeRedirect()
was dropped, along with the entire thirdrequestDetails
parameter.A fix for
responseDetails.headers
was accepted in #5778, but I’m having trouble getting #6241 merged to fix therequestDetails
parameter.Since this was a regression I think #6241 should be an uncontroversial fix, and the PR has type updates and tests.
Is there anything I can do to expedite getting this merged? We’ve come to rely on this parameter being passed and it’s blocking our ability to upgrade to newer versions of Axios.
Beta Was this translation helpful? Give feedback.
All reactions