kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Storage
/
GetAffectedUrlsForThirdPartyCookieMetadataParameter
Get
Affected
Urls
For
Third
Party
Cookie
Metadata
Parameter
@
Serializable
data
class
GetAffectedUrlsForThirdPartyCookieMetadataParameter
(
val
firstPartyUrl
:
String
,
val
thirdPartyUrls
:
List
<
String
>
)
Members
Constructors
Get
Affected
Urls
For
Third
Party
Cookie
Metadata
Parameter
Link copied to clipboard
constructor
(
firstPartyUrl
:
String
,
thirdPartyUrls
:
List
<
String
>
)
Properties
first
Party
Url
Link copied to clipboard
val
firstPartyUrl
:
String
The URL of the page currently being visited.
third
Party
Urls
Link copied to clipboard
val
thirdPartyUrls
:
List
<
String
>
The list of embedded resource URLs from the page.