Skip to main content
Module

x/astral/bindings/celestial.ts>Network_Initiator

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

Information about the request initiator.

definition: { type:
| "parser"
| "script"
| "preload"
| "SignedExchange"
| "preflight"
| "other"
; stack?: Runtime_StackTrace; url?: string; lineNumber?: number; columnNumber?: number; requestId?: Network_RequestId; }