SubresourceWebBundleInnerResponseParsedParameter

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

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

Constructors

constructor(innerRequestId: String, innerRequestURL: String, bundleRequestId: String? = null)

Properties

Link copied to clipboard
val bundleRequestId: String? = null

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.