Skip to content

Conversation

@mitchcapper
Copy link
Contributor

@mitchcapper mitchcapper commented Sep 23, 2023

Resolves #635


Before the change?

  • Setting {request: {redirect:"value"} } does nothing

After the change?

  • Setting the redirect property on the request sub property is properly passed to fetch for the request.

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Is it breaking? not really, this is the desired behavior, I can't imagine anyone has a valid use case to set the redirect option and have it ignored.

Please see our docs on breaking changes to help!

  • Yes
  • No