redirect

open val redirect: String

Request: Redirects.

Describes how redirects are to be handled in response to this request. Only makes sense when expressed on an outbound fetch request instance.

From MDN: "The redirect read-only property of the Request interface contains the mode for how redirects are handled."

See also: MDN, Request.redirect.