[fetch-utils] export fetchRedirectWithResponse (#24372)

GitOrigin-RevId: 7cd30479fbe70fce68f2d6ef573187fc4f412749
This commit is contained in:
Jakob Ackermann
2025-03-18 12:16:21 +00:00
committed by Copybot
parent 95d08c4195
commit 50fac349f9

View File

@@ -310,6 +310,7 @@ module.exports = {
fetchStreamWithResponse,
fetchNothing,
fetchRedirect,
fetchRedirectWithResponse,
fetchString,
fetchStringWithResponse,
RequestFailedError,