struct Protocol::Network::SubresourceWebBundleInnerResponseParsed
- Protocol::Network::SubresourceWebBundleInnerResponseParsed
- Struct
- Value
- Object
Overview
Fired when handling requests for resources within a .wbn file. Note: this will only be fired for resources that are requested by the webpage.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/network.crConstructors
Instance Method Summary
-
#bundle_request_id : RequestId | Nil
Bundle request identifier.
-
#inner_request_id : RequestId
Request identifier of the subresource request
-
#inner_request_url : String
URL of the subresource resource.
Constructor Detail
Instance Method Detail
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.