Skip to main content
Module

x/puppeteer/mod.ts>HTTPRequest#redirectChain

A port of puppeteer running on Deno
Latest
method HTTPRequest.prototype.redirectChain
Re-export
import { HTTPRequest } from "https://deno.land/x/puppeteer@16.2.0/mod.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.