SubresourceWebBundleMetadataReceived

@Serializable
data class SubresourceWebBundleMetadataReceived(val requestId: RequestId, val urls: List<String>) : NetworkEvent(source)

Fired once when parsing the .wbn file has succeeded. The event contains the information about the web bundle contents.

Official doc

Constructors

Link copied to clipboard
constructor(requestId: RequestId, urls: List<String>)

Properties

Link copied to clipboard

Request identifier. Used to match this information to another event.

Link copied to clipboard

A list of URLs of resources in the subresource Web Bundle.