Latest
method HTTPRequest.prototype.redirectChain
import { HTTPRequest } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.d.ts";

A redirectChain is a chain of requests initiated to fetch a resource.

Returns

HTTPRequest[]

the chain of requests - if a server responds with at least a single redirect, this chain will contain all requests that were redirected.