GetAffectedUrlsForThirdPartyCookieMetadataRequest

@Serializable
data class GetAffectedUrlsForThirdPartyCookieMetadataRequest(val firstPartyUrl: String, val thirdPartyUrls: List<String>)

Request object containing input parameters for the StorageDomain.getAffectedUrlsForThirdPartyCookieMetadata command.

Constructors

constructor(firstPartyUrl: String, thirdPartyUrls: List<String>)

Properties

Link copied to clipboard

The URL of the page currently being visited.

Link copied to clipboard

The list of embedded resource URLs from the page.