undici icon indicating copy to clipboard operation
undici copied to clipboard

feat: onRedirect

Open ronag opened this issue 2 years ago • 3 comments

ronag avatar Jul 11 '21 20:07 ronag

@szmarczak started a bit in case you want to have a try a it. I think it's mostly the test missing.

ronag avatar Jul 11 '21 20:07 ronag

I wonder if it would be ok to include this.history, statusCode and headers as well.

  • this.history can be used to detect infinite loops
  • statusCode & headers - for handling 300 Multiple Choices

szmarczak avatar Jul 11 '21 21:07 szmarczak

maybe onRedirect should be able to "short-circuit" the redirection (e.g. by returning false)?

Linkgoron avatar Jul 17 '21 19:07 Linkgoron