Skip to main content
Module

x/astral/bindings/celestial.ts>Network_subresourceWebBundleInnerResponseError

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

Properties

innerRequestId: Network_RequestId

Request identifier of the subresource request

innerRequestURL: string

URL of the subresource resource.

errorMessage: string

Error message

optional
bundleRequestId: Network_RequestId

Bundle request identifier. Used to match this information to another event. This made be absent in case when the instrumentation was enabled only after webbundle was parsed.