SubresourceWebBundleInnerResponseParsed

@Serializable
data class SubresourceWebBundleInnerResponseParsed(val innerRequestId: RequestId, val innerRequestURL: String, val bundleRequestId: RequestId? = null) : NetworkEvent

Fired when handling requests for resources within a .wbn file. Note: this will only be fired for resources that are requested by the webpage.

Official doc

Constructors

Link copied to clipboard
constructor(innerRequestId: RequestId, innerRequestURL: String, bundleRequestId: RequestId? = null)

Properties

Link copied to clipboard

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.

Link copied to clipboard

Request identifier of the subresource request

Link copied to clipboard

URL of the subresource resource.