method
Response.redirect
Referenced types
class URL
The URL interface represents an object providing static methods used for creating object URLs.
class Response
This Fetch API interface represents the response to a request.
Returns a ReadableStream of the body decoded as UTF-8 text.
Multi-byte characters split across chunk boundaries are joined correctly. Throws a TypeError if the body has already been consumed or is locked.