SubresourceWebBundleMetadataReceivedParameter

@Serializable
data class SubresourceWebBundleMetadataReceivedParameter(val requestId: String, val urls: List<String>)

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

Constructors

constructor(requestId: String, 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.