Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Fetch_RequestStage

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Fetch_RequestStage
import { type Fetch_RequestStage } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Stages of the request to handle. Request will intercept before the request is sent. Response will intercept after the response is received (but before response body is received).

definition: "Request" | "Response"