Skip to main content
interface default.Network.SubresourceWebBundleInnerResponseErrorEvent
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SubresourceWebBundleInnerResponseErrorEvent } = default.Network;

Fired when request for resources within a .wbn file failed.

Properties

innerRequestId: RequestId

Request identifier of the subresource request

innerRequestURL: string

URL of the subresource resource.

errorMessage: string

Error message

optional
bundleRequestId: 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.