devtools-protocol 0.0.1662358 → 0.0.1663043
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/json/browser_protocol.json +0 -240
- package/package.json +1 -1
- package/pdl/domains/Audits.pdl +0 -1
- package/pdl/domains/Browser.pdl +0 -18
- package/pdl/domains/Storage.pdl +0 -104
- package/types/protocol-mapping.d.ts +0 -56
- package/types/protocol-proxy-api.d.ts +0 -49
- package/types/protocol-tests-proxy-api.d.ts +0 -55
- package/types/protocol.d.ts +2 -127
|
@@ -1325,7 +1325,6 @@
|
|
|
1325
1325
|
"id": "MixedContentResourceType",
|
|
1326
1326
|
"type": "string",
|
|
1327
1327
|
"enum": [
|
|
1328
|
-
"AttributionSrc",
|
|
1329
1328
|
"Audio",
|
|
1330
1329
|
"Beacon",
|
|
1331
1330
|
"CSPReport",
|
|
@@ -3809,15 +3808,6 @@
|
|
|
3809
3808
|
}
|
|
3810
3809
|
}
|
|
3811
3810
|
]
|
|
3812
|
-
},
|
|
3813
|
-
{
|
|
3814
|
-
"id": "PrivacySandboxAPI",
|
|
3815
|
-
"experimental": true,
|
|
3816
|
-
"type": "string",
|
|
3817
|
-
"enum": [
|
|
3818
|
-
"BiddingAndAuctionServices",
|
|
3819
|
-
"TrustedKeyValue"
|
|
3820
|
-
]
|
|
3821
3811
|
}
|
|
3822
3812
|
],
|
|
3823
3813
|
"commands": [
|
|
@@ -4186,30 +4176,6 @@
|
|
|
4186
4176
|
"type": "string"
|
|
4187
4177
|
}
|
|
4188
4178
|
]
|
|
4189
|
-
},
|
|
4190
|
-
{
|
|
4191
|
-
"name": "addPrivacySandboxCoordinatorKeyConfig",
|
|
4192
|
-
"description": "Configures encryption keys used with a given privacy sandbox API to talk\nto a trusted coordinator. Since this is intended for test automation only,\ncoordinatorOrigin must be a .test domain. No existing coordinator\nconfiguration for the origin may exist.",
|
|
4193
|
-
"parameters": [
|
|
4194
|
-
{
|
|
4195
|
-
"name": "api",
|
|
4196
|
-
"$ref": "PrivacySandboxAPI"
|
|
4197
|
-
},
|
|
4198
|
-
{
|
|
4199
|
-
"name": "coordinatorOrigin",
|
|
4200
|
-
"type": "string"
|
|
4201
|
-
},
|
|
4202
|
-
{
|
|
4203
|
-
"name": "keyConfig",
|
|
4204
|
-
"type": "string"
|
|
4205
|
-
},
|
|
4206
|
-
{
|
|
4207
|
-
"name": "browserContextId",
|
|
4208
|
-
"description": "BrowserContext to perform the action in. When omitted, default browser\ncontext is used.",
|
|
4209
|
-
"optional": true,
|
|
4210
|
-
"$ref": "BrowserContextID"
|
|
4211
|
-
}
|
|
4212
|
-
]
|
|
4213
4179
|
}
|
|
4214
4180
|
],
|
|
4215
4181
|
"events": [
|
|
@@ -27511,50 +27477,6 @@
|
|
|
27511
27477
|
}
|
|
27512
27478
|
]
|
|
27513
27479
|
},
|
|
27514
|
-
{
|
|
27515
|
-
"id": "InterestGroupAuctionId",
|
|
27516
|
-
"description": "Protected audience interest group auction identifier.",
|
|
27517
|
-
"type": "string"
|
|
27518
|
-
},
|
|
27519
|
-
{
|
|
27520
|
-
"id": "InterestGroupAccessType",
|
|
27521
|
-
"description": "Enum of interest group access types.",
|
|
27522
|
-
"type": "string",
|
|
27523
|
-
"enum": [
|
|
27524
|
-
"join",
|
|
27525
|
-
"leave",
|
|
27526
|
-
"update",
|
|
27527
|
-
"loaded",
|
|
27528
|
-
"bid",
|
|
27529
|
-
"win",
|
|
27530
|
-
"additionalBid",
|
|
27531
|
-
"additionalBidWin",
|
|
27532
|
-
"topLevelBid",
|
|
27533
|
-
"topLevelAdditionalBid",
|
|
27534
|
-
"clear"
|
|
27535
|
-
]
|
|
27536
|
-
},
|
|
27537
|
-
{
|
|
27538
|
-
"id": "InterestGroupAuctionEventType",
|
|
27539
|
-
"description": "Enum of auction events.",
|
|
27540
|
-
"type": "string",
|
|
27541
|
-
"enum": [
|
|
27542
|
-
"started",
|
|
27543
|
-
"configResolved"
|
|
27544
|
-
]
|
|
27545
|
-
},
|
|
27546
|
-
{
|
|
27547
|
-
"id": "InterestGroupAuctionFetchType",
|
|
27548
|
-
"description": "Enum of network fetches auctions can do.",
|
|
27549
|
-
"type": "string",
|
|
27550
|
-
"enum": [
|
|
27551
|
-
"bidderJs",
|
|
27552
|
-
"bidderWasm",
|
|
27553
|
-
"sellerJs",
|
|
27554
|
-
"bidderTrustedSignals",
|
|
27555
|
-
"sellerTrustedSignals"
|
|
27556
|
-
]
|
|
27557
|
-
},
|
|
27558
27480
|
{
|
|
27559
27481
|
"id": "SharedStorageAccessScope",
|
|
27560
27482
|
"description": "Enum of shared storage access scopes.",
|
|
@@ -27562,7 +27484,6 @@
|
|
|
27562
27484
|
"enum": [
|
|
27563
27485
|
"window",
|
|
27564
27486
|
"sharedStorageWorklet",
|
|
27565
|
-
"protectedAudienceWorklet",
|
|
27566
27487
|
"header"
|
|
27567
27488
|
]
|
|
27568
27489
|
},
|
|
@@ -28191,50 +28112,6 @@
|
|
|
28191
28112
|
}
|
|
28192
28113
|
]
|
|
28193
28114
|
},
|
|
28194
|
-
{
|
|
28195
|
-
"name": "getInterestGroupDetails",
|
|
28196
|
-
"description": "Gets details for a named interest group.",
|
|
28197
|
-
"experimental": true,
|
|
28198
|
-
"parameters": [
|
|
28199
|
-
{
|
|
28200
|
-
"name": "ownerOrigin",
|
|
28201
|
-
"type": "string"
|
|
28202
|
-
},
|
|
28203
|
-
{
|
|
28204
|
-
"name": "name",
|
|
28205
|
-
"type": "string"
|
|
28206
|
-
}
|
|
28207
|
-
],
|
|
28208
|
-
"returns": [
|
|
28209
|
-
{
|
|
28210
|
-
"name": "details",
|
|
28211
|
-
"description": "This largely corresponds to:\nhttps://wicg.github.io/turtledove/#dictdef-generatebidinterestgroup\nbut has absolute expirationTime instead of relative lifetimeMs and\nalso adds joiningOrigin.",
|
|
28212
|
-
"type": "object"
|
|
28213
|
-
}
|
|
28214
|
-
]
|
|
28215
|
-
},
|
|
28216
|
-
{
|
|
28217
|
-
"name": "setInterestGroupTracking",
|
|
28218
|
-
"description": "Enables/Disables issuing of interestGroupAccessed events.",
|
|
28219
|
-
"experimental": true,
|
|
28220
|
-
"parameters": [
|
|
28221
|
-
{
|
|
28222
|
-
"name": "enable",
|
|
28223
|
-
"type": "boolean"
|
|
28224
|
-
}
|
|
28225
|
-
]
|
|
28226
|
-
},
|
|
28227
|
-
{
|
|
28228
|
-
"name": "setInterestGroupAuctionTracking",
|
|
28229
|
-
"description": "Enables/Disables issuing of interestGroupAuctionEventOccurred and\ninterestGroupAuctionNetworkRequestCreated.",
|
|
28230
|
-
"experimental": true,
|
|
28231
|
-
"parameters": [
|
|
28232
|
-
{
|
|
28233
|
-
"name": "enable",
|
|
28234
|
-
"type": "boolean"
|
|
28235
|
-
}
|
|
28236
|
-
]
|
|
28237
|
-
},
|
|
28238
28115
|
{
|
|
28239
28116
|
"name": "getSharedStorageMetadata",
|
|
28240
28117
|
"description": "Gets metadata for an origin's shared storage.",
|
|
@@ -28398,26 +28275,6 @@
|
|
|
28398
28275
|
}
|
|
28399
28276
|
}
|
|
28400
28277
|
]
|
|
28401
|
-
},
|
|
28402
|
-
{
|
|
28403
|
-
"name": "setProtectedAudienceKAnonymity",
|
|
28404
|
-
"parameters": [
|
|
28405
|
-
{
|
|
28406
|
-
"name": "owner",
|
|
28407
|
-
"type": "string"
|
|
28408
|
-
},
|
|
28409
|
-
{
|
|
28410
|
-
"name": "name",
|
|
28411
|
-
"type": "string"
|
|
28412
|
-
},
|
|
28413
|
-
{
|
|
28414
|
-
"name": "hashes",
|
|
28415
|
-
"type": "array",
|
|
28416
|
-
"items": {
|
|
28417
|
-
"type": "string"
|
|
28418
|
-
}
|
|
28419
|
-
}
|
|
28420
|
-
]
|
|
28421
28278
|
}
|
|
28422
28279
|
],
|
|
28423
28280
|
"events": [
|
|
@@ -28520,103 +28377,6 @@
|
|
|
28520
28377
|
}
|
|
28521
28378
|
]
|
|
28522
28379
|
},
|
|
28523
|
-
{
|
|
28524
|
-
"name": "interestGroupAccessed",
|
|
28525
|
-
"description": "One of the interest groups was accessed. Note that these events are global\nto all targets sharing an interest group store.",
|
|
28526
|
-
"parameters": [
|
|
28527
|
-
{
|
|
28528
|
-
"name": "accessTime",
|
|
28529
|
-
"$ref": "Network.TimeSinceEpoch"
|
|
28530
|
-
},
|
|
28531
|
-
{
|
|
28532
|
-
"name": "type",
|
|
28533
|
-
"$ref": "InterestGroupAccessType"
|
|
28534
|
-
},
|
|
28535
|
-
{
|
|
28536
|
-
"name": "ownerOrigin",
|
|
28537
|
-
"type": "string"
|
|
28538
|
-
},
|
|
28539
|
-
{
|
|
28540
|
-
"name": "name",
|
|
28541
|
-
"type": "string"
|
|
28542
|
-
},
|
|
28543
|
-
{
|
|
28544
|
-
"name": "componentSellerOrigin",
|
|
28545
|
-
"description": "For topLevelBid/topLevelAdditionalBid, and when appropriate,\nwin and additionalBidWin",
|
|
28546
|
-
"optional": true,
|
|
28547
|
-
"type": "string"
|
|
28548
|
-
},
|
|
28549
|
-
{
|
|
28550
|
-
"name": "bid",
|
|
28551
|
-
"description": "For bid or somethingBid event, if done locally and not on a server.",
|
|
28552
|
-
"optional": true,
|
|
28553
|
-
"type": "number"
|
|
28554
|
-
},
|
|
28555
|
-
{
|
|
28556
|
-
"name": "bidCurrency",
|
|
28557
|
-
"optional": true,
|
|
28558
|
-
"type": "string"
|
|
28559
|
-
},
|
|
28560
|
-
{
|
|
28561
|
-
"name": "uniqueAuctionId",
|
|
28562
|
-
"description": "For non-global events --- links to interestGroupAuctionEvent",
|
|
28563
|
-
"optional": true,
|
|
28564
|
-
"$ref": "InterestGroupAuctionId"
|
|
28565
|
-
}
|
|
28566
|
-
]
|
|
28567
|
-
},
|
|
28568
|
-
{
|
|
28569
|
-
"name": "interestGroupAuctionEventOccurred",
|
|
28570
|
-
"description": "An auction involving interest groups is taking place. These events are\ntarget-specific.",
|
|
28571
|
-
"parameters": [
|
|
28572
|
-
{
|
|
28573
|
-
"name": "eventTime",
|
|
28574
|
-
"$ref": "Network.TimeSinceEpoch"
|
|
28575
|
-
},
|
|
28576
|
-
{
|
|
28577
|
-
"name": "type",
|
|
28578
|
-
"$ref": "InterestGroupAuctionEventType"
|
|
28579
|
-
},
|
|
28580
|
-
{
|
|
28581
|
-
"name": "uniqueAuctionId",
|
|
28582
|
-
"$ref": "InterestGroupAuctionId"
|
|
28583
|
-
},
|
|
28584
|
-
{
|
|
28585
|
-
"name": "parentAuctionId",
|
|
28586
|
-
"description": "Set for child auctions.",
|
|
28587
|
-
"optional": true,
|
|
28588
|
-
"$ref": "InterestGroupAuctionId"
|
|
28589
|
-
},
|
|
28590
|
-
{
|
|
28591
|
-
"name": "auctionConfig",
|
|
28592
|
-
"description": "Set for started and configResolved",
|
|
28593
|
-
"optional": true,
|
|
28594
|
-
"type": "object"
|
|
28595
|
-
}
|
|
28596
|
-
]
|
|
28597
|
-
},
|
|
28598
|
-
{
|
|
28599
|
-
"name": "interestGroupAuctionNetworkRequestCreated",
|
|
28600
|
-
"description": "Specifies which auctions a particular network fetch may be related to, and\nin what role. Note that it is not ordered with respect to\nNetwork.requestWillBeSent (but will happen before loadingFinished\nloadingFailed).",
|
|
28601
|
-
"parameters": [
|
|
28602
|
-
{
|
|
28603
|
-
"name": "type",
|
|
28604
|
-
"$ref": "InterestGroupAuctionFetchType"
|
|
28605
|
-
},
|
|
28606
|
-
{
|
|
28607
|
-
"name": "requestId",
|
|
28608
|
-
"$ref": "Network.RequestId"
|
|
28609
|
-
},
|
|
28610
|
-
{
|
|
28611
|
-
"name": "auctions",
|
|
28612
|
-
"description": "This is the set of the auctions using the worklet that issued this\nrequest. In the case of trusted signals, it's possible that only some of\nthem actually care about the keys being queried.",
|
|
28613
|
-
"type": "array",
|
|
28614
|
-
"items": {
|
|
28615
|
-
"$ref": "InterestGroupAuctionId"
|
|
28616
|
-
}
|
|
28617
|
-
}
|
|
28618
|
-
]
|
|
28619
|
-
},
|
|
28620
28380
|
{
|
|
28621
28381
|
"name": "sharedStorageAccessed",
|
|
28622
28382
|
"description": "Shared storage was accessed by the associated page.\nThe following parameters are included in all events.",
|
package/package.json
CHANGED
package/pdl/domains/Audits.pdl
CHANGED
package/pdl/domains/Browser.pdl
CHANGED
|
@@ -332,21 +332,3 @@ domain Browser
|
|
|
332
332
|
command addPrivacySandboxEnrollmentOverride
|
|
333
333
|
parameters
|
|
334
334
|
string url
|
|
335
|
-
|
|
336
|
-
experimental type PrivacySandboxAPI extends string
|
|
337
|
-
enum
|
|
338
|
-
BiddingAndAuctionServices
|
|
339
|
-
TrustedKeyValue
|
|
340
|
-
|
|
341
|
-
# Configures encryption keys used with a given privacy sandbox API to talk
|
|
342
|
-
# to a trusted coordinator. Since this is intended for test automation only,
|
|
343
|
-
# coordinatorOrigin must be a .test domain. No existing coordinator
|
|
344
|
-
# configuration for the origin may exist.
|
|
345
|
-
command addPrivacySandboxCoordinatorKeyConfig
|
|
346
|
-
parameters
|
|
347
|
-
PrivacySandboxAPI api
|
|
348
|
-
string coordinatorOrigin
|
|
349
|
-
string keyConfig
|
|
350
|
-
# BrowserContext to perform the action in. When omitted, default browser
|
|
351
|
-
# context is used.
|
|
352
|
-
optional BrowserContextID browserContextId
|
package/pdl/domains/Storage.pdl
CHANGED
|
@@ -42,45 +42,12 @@ experimental domain Storage
|
|
|
42
42
|
string issuerOrigin
|
|
43
43
|
number count
|
|
44
44
|
|
|
45
|
-
# Protected audience interest group auction identifier.
|
|
46
|
-
type InterestGroupAuctionId extends string
|
|
47
|
-
|
|
48
|
-
# Enum of interest group access types.
|
|
49
|
-
type InterestGroupAccessType extends string
|
|
50
|
-
enum
|
|
51
|
-
join
|
|
52
|
-
leave
|
|
53
|
-
update
|
|
54
|
-
loaded
|
|
55
|
-
bid
|
|
56
|
-
win
|
|
57
|
-
additionalBid
|
|
58
|
-
additionalBidWin
|
|
59
|
-
topLevelBid
|
|
60
|
-
topLevelAdditionalBid
|
|
61
|
-
clear
|
|
62
|
-
|
|
63
|
-
# Enum of auction events.
|
|
64
|
-
type InterestGroupAuctionEventType extends string
|
|
65
|
-
enum
|
|
66
|
-
started
|
|
67
|
-
configResolved
|
|
68
|
-
|
|
69
|
-
# Enum of network fetches auctions can do.
|
|
70
|
-
type InterestGroupAuctionFetchType extends string
|
|
71
|
-
enum
|
|
72
|
-
bidderJs
|
|
73
|
-
bidderWasm
|
|
74
|
-
sellerJs
|
|
75
|
-
bidderTrustedSignals
|
|
76
|
-
sellerTrustedSignals
|
|
77
45
|
|
|
78
46
|
# Enum of shared storage access scopes.
|
|
79
47
|
type SharedStorageAccessScope extends string
|
|
80
48
|
enum
|
|
81
49
|
window
|
|
82
50
|
sharedStorageWorklet
|
|
83
|
-
protectedAudienceWorklet
|
|
84
51
|
header
|
|
85
52
|
|
|
86
53
|
# Enum of shared storage access methods.
|
|
@@ -385,29 +352,6 @@ experimental domain Storage
|
|
|
385
352
|
# True if any tokens were deleted, false otherwise.
|
|
386
353
|
boolean didDeleteTokens
|
|
387
354
|
|
|
388
|
-
# Gets details for a named interest group.
|
|
389
|
-
experimental command getInterestGroupDetails
|
|
390
|
-
parameters
|
|
391
|
-
string ownerOrigin
|
|
392
|
-
string name
|
|
393
|
-
returns
|
|
394
|
-
# This largely corresponds to:
|
|
395
|
-
# https://wicg.github.io/turtledove/#dictdef-generatebidinterestgroup
|
|
396
|
-
# but has absolute expirationTime instead of relative lifetimeMs and
|
|
397
|
-
# also adds joiningOrigin.
|
|
398
|
-
object details
|
|
399
|
-
|
|
400
|
-
# Enables/Disables issuing of interestGroupAccessed events.
|
|
401
|
-
experimental command setInterestGroupTracking
|
|
402
|
-
parameters
|
|
403
|
-
boolean enable
|
|
404
|
-
|
|
405
|
-
# Enables/Disables issuing of interestGroupAuctionEventOccurred and
|
|
406
|
-
# interestGroupAuctionNetworkRequestCreated.
|
|
407
|
-
experimental command setInterestGroupAuctionTracking
|
|
408
|
-
parameters
|
|
409
|
-
boolean enable
|
|
410
|
-
|
|
411
355
|
# Gets metadata for an origin's shared storage.
|
|
412
356
|
experimental command getSharedStorageMetadata
|
|
413
357
|
parameters
|
|
@@ -515,48 +459,6 @@ experimental domain Storage
|
|
|
515
459
|
# Storage bucket to update.
|
|
516
460
|
string bucketId
|
|
517
461
|
|
|
518
|
-
# One of the interest groups was accessed. Note that these events are global
|
|
519
|
-
# to all targets sharing an interest group store.
|
|
520
|
-
event interestGroupAccessed
|
|
521
|
-
parameters
|
|
522
|
-
Network.TimeSinceEpoch accessTime
|
|
523
|
-
InterestGroupAccessType type
|
|
524
|
-
string ownerOrigin
|
|
525
|
-
string name
|
|
526
|
-
# For topLevelBid/topLevelAdditionalBid, and when appropriate,
|
|
527
|
-
# win and additionalBidWin
|
|
528
|
-
optional string componentSellerOrigin
|
|
529
|
-
# For bid or somethingBid event, if done locally and not on a server.
|
|
530
|
-
optional number bid
|
|
531
|
-
optional string bidCurrency
|
|
532
|
-
# For non-global events --- links to interestGroupAuctionEvent
|
|
533
|
-
optional InterestGroupAuctionId uniqueAuctionId
|
|
534
|
-
|
|
535
|
-
# An auction involving interest groups is taking place. These events are
|
|
536
|
-
# target-specific.
|
|
537
|
-
event interestGroupAuctionEventOccurred
|
|
538
|
-
parameters
|
|
539
|
-
Network.TimeSinceEpoch eventTime
|
|
540
|
-
InterestGroupAuctionEventType type
|
|
541
|
-
InterestGroupAuctionId uniqueAuctionId
|
|
542
|
-
# Set for child auctions.
|
|
543
|
-
optional InterestGroupAuctionId parentAuctionId
|
|
544
|
-
# Set for started and configResolved
|
|
545
|
-
optional object auctionConfig
|
|
546
|
-
|
|
547
|
-
# Specifies which auctions a particular network fetch may be related to, and
|
|
548
|
-
# in what role. Note that it is not ordered with respect to
|
|
549
|
-
# Network.requestWillBeSent (but will happen before loadingFinished
|
|
550
|
-
# loadingFailed).
|
|
551
|
-
event interestGroupAuctionNetworkRequestCreated
|
|
552
|
-
parameters
|
|
553
|
-
InterestGroupAuctionFetchType type
|
|
554
|
-
Network.RequestId requestId
|
|
555
|
-
# This is the set of the auctions using the worklet that issued this
|
|
556
|
-
# request. In the case of trusted signals, it's possible that only some of
|
|
557
|
-
# them actually care about the keys being queried.
|
|
558
|
-
array of InterestGroupAuctionId auctions
|
|
559
|
-
|
|
560
462
|
# Shared storage was accessed by the associated page.
|
|
561
463
|
# The following parameters are included in all events.
|
|
562
464
|
event sharedStorageAccessed
|
|
@@ -621,9 +523,3 @@ experimental domain Storage
|
|
|
621
523
|
experimental command getRelatedWebsiteSets
|
|
622
524
|
returns
|
|
623
525
|
array of RelatedWebsiteSet sets
|
|
624
|
-
|
|
625
|
-
command setProtectedAudienceKAnonymity
|
|
626
|
-
parameters
|
|
627
|
-
string owner
|
|
628
|
-
string name
|
|
629
|
-
array of binary hashes
|
|
@@ -947,23 +947,6 @@ export namespace ProtocolMapping {
|
|
|
947
947
|
* The origin's IndexedDB database list has been modified.
|
|
948
948
|
*/
|
|
949
949
|
'Storage.indexedDBListUpdated': [Protocol.Storage.IndexedDBListUpdatedEvent];
|
|
950
|
-
/**
|
|
951
|
-
* One of the interest groups was accessed. Note that these events are global
|
|
952
|
-
* to all targets sharing an interest group store.
|
|
953
|
-
*/
|
|
954
|
-
'Storage.interestGroupAccessed': [Protocol.Storage.InterestGroupAccessedEvent];
|
|
955
|
-
/**
|
|
956
|
-
* An auction involving interest groups is taking place. These events are
|
|
957
|
-
* target-specific.
|
|
958
|
-
*/
|
|
959
|
-
'Storage.interestGroupAuctionEventOccurred': [Protocol.Storage.InterestGroupAuctionEventOccurredEvent];
|
|
960
|
-
/**
|
|
961
|
-
* Specifies which auctions a particular network fetch may be related to, and
|
|
962
|
-
* in what role. Note that it is not ordered with respect to
|
|
963
|
-
* Network.requestWillBeSent (but will happen before loadingFinished
|
|
964
|
-
* loadingFailed).
|
|
965
|
-
*/
|
|
966
|
-
'Storage.interestGroupAuctionNetworkRequestCreated': [Protocol.Storage.InterestGroupAuctionNetworkRequestCreatedEvent];
|
|
967
950
|
/**
|
|
968
951
|
* Shared storage was accessed by the associated page.
|
|
969
952
|
* The following parameters are included in all events.
|
|
@@ -2216,16 +2199,6 @@ export namespace ProtocolMapping {
|
|
|
2216
2199
|
paramsType: [Protocol.Browser.AddPrivacySandboxEnrollmentOverrideRequest];
|
|
2217
2200
|
returnType: void;
|
|
2218
2201
|
};
|
|
2219
|
-
/**
|
|
2220
|
-
* Configures encryption keys used with a given privacy sandbox API to talk
|
|
2221
|
-
* to a trusted coordinator. Since this is intended for test automation only,
|
|
2222
|
-
* coordinatorOrigin must be a .test domain. No existing coordinator
|
|
2223
|
-
* configuration for the origin may exist.
|
|
2224
|
-
*/
|
|
2225
|
-
'Browser.addPrivacySandboxCoordinatorKeyConfig': {
|
|
2226
|
-
paramsType: [Protocol.Browser.AddPrivacySandboxCoordinatorKeyConfigRequest];
|
|
2227
|
-
returnType: void;
|
|
2228
|
-
};
|
|
2229
2202
|
/**
|
|
2230
2203
|
* Inserts a new rule with the given `ruleText` in a stylesheet with given `styleSheetId`, at the
|
|
2231
2204
|
* position specified by `location`.
|
|
@@ -5828,31 +5801,6 @@ export namespace ProtocolMapping {
|
|
|
5828
5801
|
paramsType: [Protocol.Storage.ClearTrustTokensRequest];
|
|
5829
5802
|
returnType: Protocol.Storage.ClearTrustTokensResponse;
|
|
5830
5803
|
};
|
|
5831
|
-
/**
|
|
5832
|
-
* Gets details for a named interest group.
|
|
5833
|
-
* @experimental
|
|
5834
|
-
*/
|
|
5835
|
-
'Storage.getInterestGroupDetails': {
|
|
5836
|
-
paramsType: [Protocol.Storage.GetInterestGroupDetailsRequest];
|
|
5837
|
-
returnType: Protocol.Storage.GetInterestGroupDetailsResponse;
|
|
5838
|
-
};
|
|
5839
|
-
/**
|
|
5840
|
-
* Enables/Disables issuing of interestGroupAccessed events.
|
|
5841
|
-
* @experimental
|
|
5842
|
-
*/
|
|
5843
|
-
'Storage.setInterestGroupTracking': {
|
|
5844
|
-
paramsType: [Protocol.Storage.SetInterestGroupTrackingRequest];
|
|
5845
|
-
returnType: void;
|
|
5846
|
-
};
|
|
5847
|
-
/**
|
|
5848
|
-
* Enables/Disables issuing of interestGroupAuctionEventOccurred and
|
|
5849
|
-
* interestGroupAuctionNetworkRequestCreated.
|
|
5850
|
-
* @experimental
|
|
5851
|
-
*/
|
|
5852
|
-
'Storage.setInterestGroupAuctionTracking': {
|
|
5853
|
-
paramsType: [Protocol.Storage.SetInterestGroupAuctionTrackingRequest];
|
|
5854
|
-
returnType: void;
|
|
5855
|
-
};
|
|
5856
5804
|
/**
|
|
5857
5805
|
* Gets metadata for an origin's shared storage.
|
|
5858
5806
|
* @experimental
|
|
@@ -5942,10 +5890,6 @@ export namespace ProtocolMapping {
|
|
|
5942
5890
|
paramsType: [];
|
|
5943
5891
|
returnType: Protocol.Storage.GetRelatedWebsiteSetsResponse;
|
|
5944
5892
|
};
|
|
5945
|
-
'Storage.setProtectedAudienceKAnonymity': {
|
|
5946
|
-
paramsType: [Protocol.Storage.SetProtectedAudienceKAnonymityRequest];
|
|
5947
|
-
returnType: void;
|
|
5948
|
-
};
|
|
5949
5893
|
/**
|
|
5950
5894
|
* Returns information about the system.
|
|
5951
5895
|
*/
|
|
@@ -1160,14 +1160,6 @@ export namespace ProtocolProxyApi {
|
|
|
1160
1160
|
*/
|
|
1161
1161
|
addPrivacySandboxEnrollmentOverride(params: Protocol.Browser.AddPrivacySandboxEnrollmentOverrideRequest): Promise<void>;
|
|
1162
1162
|
|
|
1163
|
-
/**
|
|
1164
|
-
* Configures encryption keys used with a given privacy sandbox API to talk
|
|
1165
|
-
* to a trusted coordinator. Since this is intended for test automation only,
|
|
1166
|
-
* coordinatorOrigin must be a .test domain. No existing coordinator
|
|
1167
|
-
* configuration for the origin may exist.
|
|
1168
|
-
*/
|
|
1169
|
-
addPrivacySandboxCoordinatorKeyConfig(params: Protocol.Browser.AddPrivacySandboxCoordinatorKeyConfigRequest): Promise<void>;
|
|
1170
|
-
|
|
1171
1163
|
/**
|
|
1172
1164
|
* Fired when page is about to start a download.
|
|
1173
1165
|
* @experimental
|
|
@@ -4897,25 +4889,6 @@ export namespace ProtocolProxyApi {
|
|
|
4897
4889
|
*/
|
|
4898
4890
|
clearTrustTokens(params: Protocol.Storage.ClearTrustTokensRequest): Promise<Protocol.Storage.ClearTrustTokensResponse>;
|
|
4899
4891
|
|
|
4900
|
-
/**
|
|
4901
|
-
* Gets details for a named interest group.
|
|
4902
|
-
* @experimental
|
|
4903
|
-
*/
|
|
4904
|
-
getInterestGroupDetails(params: Protocol.Storage.GetInterestGroupDetailsRequest): Promise<Protocol.Storage.GetInterestGroupDetailsResponse>;
|
|
4905
|
-
|
|
4906
|
-
/**
|
|
4907
|
-
* Enables/Disables issuing of interestGroupAccessed events.
|
|
4908
|
-
* @experimental
|
|
4909
|
-
*/
|
|
4910
|
-
setInterestGroupTracking(params: Protocol.Storage.SetInterestGroupTrackingRequest): Promise<void>;
|
|
4911
|
-
|
|
4912
|
-
/**
|
|
4913
|
-
* Enables/Disables issuing of interestGroupAuctionEventOccurred and
|
|
4914
|
-
* interestGroupAuctionNetworkRequestCreated.
|
|
4915
|
-
* @experimental
|
|
4916
|
-
*/
|
|
4917
|
-
setInterestGroupAuctionTracking(params: Protocol.Storage.SetInterestGroupAuctionTrackingRequest): Promise<void>;
|
|
4918
|
-
|
|
4919
4892
|
/**
|
|
4920
4893
|
* Gets metadata for an origin's shared storage.
|
|
4921
4894
|
* @experimental
|
|
@@ -4983,8 +4956,6 @@ export namespace ProtocolProxyApi {
|
|
|
4983
4956
|
*/
|
|
4984
4957
|
getRelatedWebsiteSets(): Promise<Protocol.Storage.GetRelatedWebsiteSetsResponse>;
|
|
4985
4958
|
|
|
4986
|
-
setProtectedAudienceKAnonymity(params: Protocol.Storage.SetProtectedAudienceKAnonymityRequest): Promise<void>;
|
|
4987
|
-
|
|
4988
4959
|
/**
|
|
4989
4960
|
* A cache's contents have been modified.
|
|
4990
4961
|
*/
|
|
@@ -5005,26 +4976,6 @@ export namespace ProtocolProxyApi {
|
|
|
5005
4976
|
*/
|
|
5006
4977
|
on(event: 'indexedDBListUpdated', listener: (params: Protocol.Storage.IndexedDBListUpdatedEvent) => void): void;
|
|
5007
4978
|
|
|
5008
|
-
/**
|
|
5009
|
-
* One of the interest groups was accessed. Note that these events are global
|
|
5010
|
-
* to all targets sharing an interest group store.
|
|
5011
|
-
*/
|
|
5012
|
-
on(event: 'interestGroupAccessed', listener: (params: Protocol.Storage.InterestGroupAccessedEvent) => void): void;
|
|
5013
|
-
|
|
5014
|
-
/**
|
|
5015
|
-
* An auction involving interest groups is taking place. These events are
|
|
5016
|
-
* target-specific.
|
|
5017
|
-
*/
|
|
5018
|
-
on(event: 'interestGroupAuctionEventOccurred', listener: (params: Protocol.Storage.InterestGroupAuctionEventOccurredEvent) => void): void;
|
|
5019
|
-
|
|
5020
|
-
/**
|
|
5021
|
-
* Specifies which auctions a particular network fetch may be related to, and
|
|
5022
|
-
* in what role. Note that it is not ordered with respect to
|
|
5023
|
-
* Network.requestWillBeSent (but will happen before loadingFinished
|
|
5024
|
-
* loadingFailed).
|
|
5025
|
-
*/
|
|
5026
|
-
on(event: 'interestGroupAuctionNetworkRequestCreated', listener: (params: Protocol.Storage.InterestGroupAuctionNetworkRequestCreatedEvent) => void): void;
|
|
5027
|
-
|
|
5028
4979
|
/**
|
|
5029
4980
|
* Shared storage was accessed by the associated page.
|
|
5030
4981
|
* The following parameters are included in all events.
|
|
@@ -1230,14 +1230,6 @@ export namespace ProtocolTestsProxyApi {
|
|
|
1230
1230
|
*/
|
|
1231
1231
|
addPrivacySandboxEnrollmentOverride(params: Protocol.Browser.AddPrivacySandboxEnrollmentOverrideRequest): Promise<{id: number, result: void, sessionId: string}>;
|
|
1232
1232
|
|
|
1233
|
-
/**
|
|
1234
|
-
* Configures encryption keys used with a given privacy sandbox API to talk
|
|
1235
|
-
* to a trusted coordinator. Since this is intended for test automation only,
|
|
1236
|
-
* coordinatorOrigin must be a .test domain. No existing coordinator
|
|
1237
|
-
* configuration for the origin may exist.
|
|
1238
|
-
*/
|
|
1239
|
-
addPrivacySandboxCoordinatorKeyConfig(params: Protocol.Browser.AddPrivacySandboxCoordinatorKeyConfigRequest): Promise<{id: number, result: void, sessionId: string}>;
|
|
1240
|
-
|
|
1241
1233
|
/**
|
|
1242
1234
|
* Fired when page is about to start a download.
|
|
1243
1235
|
* @experimental
|
|
@@ -5285,25 +5277,6 @@ export namespace ProtocolTestsProxyApi {
|
|
|
5285
5277
|
*/
|
|
5286
5278
|
clearTrustTokens(params: Protocol.Storage.ClearTrustTokensRequest): Promise<{id: number, result: Protocol.Storage.ClearTrustTokensResponse, sessionId: string}>;
|
|
5287
5279
|
|
|
5288
|
-
/**
|
|
5289
|
-
* Gets details for a named interest group.
|
|
5290
|
-
* @experimental
|
|
5291
|
-
*/
|
|
5292
|
-
getInterestGroupDetails(params: Protocol.Storage.GetInterestGroupDetailsRequest): Promise<{id: number, result: Protocol.Storage.GetInterestGroupDetailsResponse, sessionId: string}>;
|
|
5293
|
-
|
|
5294
|
-
/**
|
|
5295
|
-
* Enables/Disables issuing of interestGroupAccessed events.
|
|
5296
|
-
* @experimental
|
|
5297
|
-
*/
|
|
5298
|
-
setInterestGroupTracking(params: Protocol.Storage.SetInterestGroupTrackingRequest): Promise<{id: number, result: void, sessionId: string}>;
|
|
5299
|
-
|
|
5300
|
-
/**
|
|
5301
|
-
* Enables/Disables issuing of interestGroupAuctionEventOccurred and
|
|
5302
|
-
* interestGroupAuctionNetworkRequestCreated.
|
|
5303
|
-
* @experimental
|
|
5304
|
-
*/
|
|
5305
|
-
setInterestGroupAuctionTracking(params: Protocol.Storage.SetInterestGroupAuctionTrackingRequest): Promise<{id: number, result: void, sessionId: string}>;
|
|
5306
|
-
|
|
5307
5280
|
/**
|
|
5308
5281
|
* Gets metadata for an origin's shared storage.
|
|
5309
5282
|
* @experimental
|
|
@@ -5371,8 +5344,6 @@ export namespace ProtocolTestsProxyApi {
|
|
|
5371
5344
|
*/
|
|
5372
5345
|
getRelatedWebsiteSets(): Promise<{id: number, result: Protocol.Storage.GetRelatedWebsiteSetsResponse, sessionId: string}>;
|
|
5373
5346
|
|
|
5374
|
-
setProtectedAudienceKAnonymity(params: Protocol.Storage.SetProtectedAudienceKAnonymityRequest): Promise<{id: number, result: void, sessionId: string}>;
|
|
5375
|
-
|
|
5376
5347
|
/**
|
|
5377
5348
|
* A cache's contents have been modified.
|
|
5378
5349
|
*/
|
|
@@ -5401,32 +5372,6 @@ export namespace ProtocolTestsProxyApi {
|
|
|
5401
5372
|
offIndexedDBListUpdated(listener: (event: { params: Protocol.Storage.IndexedDBListUpdatedEvent }) => void): void;
|
|
5402
5373
|
onceIndexedDBListUpdated(eventMatcher?: (event: { params: Protocol.Storage.IndexedDBListUpdatedEvent }) => boolean): Promise<{ params: Protocol.Storage.IndexedDBListUpdatedEvent }>;
|
|
5403
5374
|
|
|
5404
|
-
/**
|
|
5405
|
-
* One of the interest groups was accessed. Note that these events are global
|
|
5406
|
-
* to all targets sharing an interest group store.
|
|
5407
|
-
*/
|
|
5408
|
-
onInterestGroupAccessed(listener: (event: { params: Protocol.Storage.InterestGroupAccessedEvent }) => void): void;
|
|
5409
|
-
offInterestGroupAccessed(listener: (event: { params: Protocol.Storage.InterestGroupAccessedEvent }) => void): void;
|
|
5410
|
-
onceInterestGroupAccessed(eventMatcher?: (event: { params: Protocol.Storage.InterestGroupAccessedEvent }) => boolean): Promise<{ params: Protocol.Storage.InterestGroupAccessedEvent }>;
|
|
5411
|
-
|
|
5412
|
-
/**
|
|
5413
|
-
* An auction involving interest groups is taking place. These events are
|
|
5414
|
-
* target-specific.
|
|
5415
|
-
*/
|
|
5416
|
-
onInterestGroupAuctionEventOccurred(listener: (event: { params: Protocol.Storage.InterestGroupAuctionEventOccurredEvent }) => void): void;
|
|
5417
|
-
offInterestGroupAuctionEventOccurred(listener: (event: { params: Protocol.Storage.InterestGroupAuctionEventOccurredEvent }) => void): void;
|
|
5418
|
-
onceInterestGroupAuctionEventOccurred(eventMatcher?: (event: { params: Protocol.Storage.InterestGroupAuctionEventOccurredEvent }) => boolean): Promise<{ params: Protocol.Storage.InterestGroupAuctionEventOccurredEvent }>;
|
|
5419
|
-
|
|
5420
|
-
/**
|
|
5421
|
-
* Specifies which auctions a particular network fetch may be related to, and
|
|
5422
|
-
* in what role. Note that it is not ordered with respect to
|
|
5423
|
-
* Network.requestWillBeSent (but will happen before loadingFinished
|
|
5424
|
-
* loadingFailed).
|
|
5425
|
-
*/
|
|
5426
|
-
onInterestGroupAuctionNetworkRequestCreated(listener: (event: { params: Protocol.Storage.InterestGroupAuctionNetworkRequestCreatedEvent }) => void): void;
|
|
5427
|
-
offInterestGroupAuctionNetworkRequestCreated(listener: (event: { params: Protocol.Storage.InterestGroupAuctionNetworkRequestCreatedEvent }) => void): void;
|
|
5428
|
-
onceInterestGroupAuctionNetworkRequestCreated(eventMatcher?: (event: { params: Protocol.Storage.InterestGroupAuctionNetworkRequestCreatedEvent }) => boolean): Promise<{ params: Protocol.Storage.InterestGroupAuctionNetworkRequestCreatedEvent }>;
|
|
5429
|
-
|
|
5430
5375
|
/**
|
|
5431
5376
|
* Shared storage was accessed by the associated page.
|
|
5432
5377
|
* The following parameters are included in all events.
|
package/types/protocol.d.ts
CHANGED
|
@@ -3592,7 +3592,7 @@ export namespace Protocol {
|
|
|
3592
3592
|
|
|
3593
3593
|
export type MixedContentResolutionStatus = ('MixedContentBlocked' | 'MixedContentAutomaticallyUpgraded' | 'MixedContentWarning');
|
|
3594
3594
|
|
|
3595
|
-
export type MixedContentResourceType = ('
|
|
3595
|
+
export type MixedContentResourceType = ('Audio' | 'Beacon' | 'CSPReport' | 'Download' | 'EventSource' | 'Favicon' | 'Font' | 'Form' | 'Frame' | 'Image' | 'Import' | 'JSON' | 'Manifest' | 'Ping' | 'PluginData' | 'PluginResource' | 'Prefetch' | 'Resource' | 'Script' | 'ServiceWorker' | 'SharedWorker' | 'SpeculationRules' | 'Stylesheet' | 'Track' | 'Video' | 'Worker' | 'XMLHttpRequest' | 'XSLT');
|
|
3596
3596
|
|
|
3597
3597
|
export interface MixedContentIssueDetails {
|
|
3598
3598
|
/**
|
|
@@ -4761,11 +4761,6 @@ export namespace Protocol {
|
|
|
4761
4761
|
buckets: Bucket[];
|
|
4762
4762
|
}
|
|
4763
4763
|
|
|
4764
|
-
/**
|
|
4765
|
-
* @experimental
|
|
4766
|
-
*/
|
|
4767
|
-
export type PrivacySandboxAPI = ('BiddingAndAuctionServices' | 'TrustedKeyValue');
|
|
4768
|
-
|
|
4769
4764
|
export interface SetPermissionRequest {
|
|
4770
4765
|
/**
|
|
4771
4766
|
* Descriptor of permission to override.
|
|
@@ -4997,17 +4992,6 @@ export namespace Protocol {
|
|
|
4997
4992
|
url: string;
|
|
4998
4993
|
}
|
|
4999
4994
|
|
|
5000
|
-
export interface AddPrivacySandboxCoordinatorKeyConfigRequest {
|
|
5001
|
-
api: PrivacySandboxAPI;
|
|
5002
|
-
coordinatorOrigin: string;
|
|
5003
|
-
keyConfig: string;
|
|
5004
|
-
/**
|
|
5005
|
-
* BrowserContext to perform the action in. When omitted, default browser
|
|
5006
|
-
* context is used.
|
|
5007
|
-
*/
|
|
5008
|
-
browserContextId?: BrowserContextID;
|
|
5009
|
-
}
|
|
5010
|
-
|
|
5011
4995
|
/**
|
|
5012
4996
|
* Fired when page is about to start a download.
|
|
5013
4997
|
* @experimental
|
|
@@ -20014,30 +19998,10 @@ export namespace Protocol {
|
|
|
20014
19998
|
count: number;
|
|
20015
19999
|
}
|
|
20016
20000
|
|
|
20017
|
-
/**
|
|
20018
|
-
* Protected audience interest group auction identifier.
|
|
20019
|
-
*/
|
|
20020
|
-
export type InterestGroupAuctionId = string;
|
|
20021
|
-
|
|
20022
|
-
/**
|
|
20023
|
-
* Enum of interest group access types.
|
|
20024
|
-
*/
|
|
20025
|
-
export type InterestGroupAccessType = ('join' | 'leave' | 'update' | 'loaded' | 'bid' | 'win' | 'additionalBid' | 'additionalBidWin' | 'topLevelBid' | 'topLevelAdditionalBid' | 'clear');
|
|
20026
|
-
|
|
20027
|
-
/**
|
|
20028
|
-
* Enum of auction events.
|
|
20029
|
-
*/
|
|
20030
|
-
export type InterestGroupAuctionEventType = ('started' | 'configResolved');
|
|
20031
|
-
|
|
20032
|
-
/**
|
|
20033
|
-
* Enum of network fetches auctions can do.
|
|
20034
|
-
*/
|
|
20035
|
-
export type InterestGroupAuctionFetchType = ('bidderJs' | 'bidderWasm' | 'sellerJs' | 'bidderTrustedSignals' | 'sellerTrustedSignals');
|
|
20036
|
-
|
|
20037
20001
|
/**
|
|
20038
20002
|
* Enum of shared storage access scopes.
|
|
20039
20003
|
*/
|
|
20040
|
-
export type SharedStorageAccessScope = ('window' | 'sharedStorageWorklet' | '
|
|
20004
|
+
export type SharedStorageAccessScope = ('window' | 'sharedStorageWorklet' | 'header');
|
|
20041
20005
|
|
|
20042
20006
|
/**
|
|
20043
20007
|
* Enum of shared storage access methods.
|
|
@@ -20450,29 +20414,6 @@ export namespace Protocol {
|
|
|
20450
20414
|
didDeleteTokens: boolean;
|
|
20451
20415
|
}
|
|
20452
20416
|
|
|
20453
|
-
export interface GetInterestGroupDetailsRequest {
|
|
20454
|
-
ownerOrigin: string;
|
|
20455
|
-
name: string;
|
|
20456
|
-
}
|
|
20457
|
-
|
|
20458
|
-
export interface GetInterestGroupDetailsResponse {
|
|
20459
|
-
/**
|
|
20460
|
-
* This largely corresponds to:
|
|
20461
|
-
* https://wicg.github.io/turtledove/#dictdef-generatebidinterestgroup
|
|
20462
|
-
* but has absolute expirationTime instead of relative lifetimeMs and
|
|
20463
|
-
* also adds joiningOrigin.
|
|
20464
|
-
*/
|
|
20465
|
-
details: any;
|
|
20466
|
-
}
|
|
20467
|
-
|
|
20468
|
-
export interface SetInterestGroupTrackingRequest {
|
|
20469
|
-
enable: boolean;
|
|
20470
|
-
}
|
|
20471
|
-
|
|
20472
|
-
export interface SetInterestGroupAuctionTrackingRequest {
|
|
20473
|
-
enable: boolean;
|
|
20474
|
-
}
|
|
20475
|
-
|
|
20476
20417
|
export interface GetSharedStorageMetadataRequest {
|
|
20477
20418
|
ownerOrigin: string;
|
|
20478
20419
|
}
|
|
@@ -20534,12 +20475,6 @@ export namespace Protocol {
|
|
|
20534
20475
|
sets: RelatedWebsiteSet[];
|
|
20535
20476
|
}
|
|
20536
20477
|
|
|
20537
|
-
export interface SetProtectedAudienceKAnonymityRequest {
|
|
20538
|
-
owner: string;
|
|
20539
|
-
name: string;
|
|
20540
|
-
hashes: string[];
|
|
20541
|
-
}
|
|
20542
|
-
|
|
20543
20478
|
/**
|
|
20544
20479
|
* A cache's contents have been modified.
|
|
20545
20480
|
*/
|
|
@@ -20624,66 +20559,6 @@ export namespace Protocol {
|
|
|
20624
20559
|
bucketId: string;
|
|
20625
20560
|
}
|
|
20626
20561
|
|
|
20627
|
-
/**
|
|
20628
|
-
* One of the interest groups was accessed. Note that these events are global
|
|
20629
|
-
* to all targets sharing an interest group store.
|
|
20630
|
-
*/
|
|
20631
|
-
export interface InterestGroupAccessedEvent {
|
|
20632
|
-
accessTime: Network.TimeSinceEpoch;
|
|
20633
|
-
type: InterestGroupAccessType;
|
|
20634
|
-
ownerOrigin: string;
|
|
20635
|
-
name: string;
|
|
20636
|
-
/**
|
|
20637
|
-
* For topLevelBid/topLevelAdditionalBid, and when appropriate,
|
|
20638
|
-
* win and additionalBidWin
|
|
20639
|
-
*/
|
|
20640
|
-
componentSellerOrigin?: string;
|
|
20641
|
-
/**
|
|
20642
|
-
* For bid or somethingBid event, if done locally and not on a server.
|
|
20643
|
-
*/
|
|
20644
|
-
bid?: number;
|
|
20645
|
-
bidCurrency?: string;
|
|
20646
|
-
/**
|
|
20647
|
-
* For non-global events --- links to interestGroupAuctionEvent
|
|
20648
|
-
*/
|
|
20649
|
-
uniqueAuctionId?: InterestGroupAuctionId;
|
|
20650
|
-
}
|
|
20651
|
-
|
|
20652
|
-
/**
|
|
20653
|
-
* An auction involving interest groups is taking place. These events are
|
|
20654
|
-
* target-specific.
|
|
20655
|
-
*/
|
|
20656
|
-
export interface InterestGroupAuctionEventOccurredEvent {
|
|
20657
|
-
eventTime: Network.TimeSinceEpoch;
|
|
20658
|
-
type: InterestGroupAuctionEventType;
|
|
20659
|
-
uniqueAuctionId: InterestGroupAuctionId;
|
|
20660
|
-
/**
|
|
20661
|
-
* Set for child auctions.
|
|
20662
|
-
*/
|
|
20663
|
-
parentAuctionId?: InterestGroupAuctionId;
|
|
20664
|
-
/**
|
|
20665
|
-
* Set for started and configResolved
|
|
20666
|
-
*/
|
|
20667
|
-
auctionConfig?: any;
|
|
20668
|
-
}
|
|
20669
|
-
|
|
20670
|
-
/**
|
|
20671
|
-
* Specifies which auctions a particular network fetch may be related to, and
|
|
20672
|
-
* in what role. Note that it is not ordered with respect to
|
|
20673
|
-
* Network.requestWillBeSent (but will happen before loadingFinished
|
|
20674
|
-
* loadingFailed).
|
|
20675
|
-
*/
|
|
20676
|
-
export interface InterestGroupAuctionNetworkRequestCreatedEvent {
|
|
20677
|
-
type: InterestGroupAuctionFetchType;
|
|
20678
|
-
requestId: Network.RequestId;
|
|
20679
|
-
/**
|
|
20680
|
-
* This is the set of the auctions using the worklet that issued this
|
|
20681
|
-
* request. In the case of trusted signals, it's possible that only some of
|
|
20682
|
-
* them actually care about the keys being queried.
|
|
20683
|
-
*/
|
|
20684
|
-
auctions: InterestGroupAuctionId[];
|
|
20685
|
-
}
|
|
20686
|
-
|
|
20687
20562
|
/**
|
|
20688
20563
|
* Shared storage was accessed by the associated page.
|
|
20689
20564
|
* The following parameters are included in all events.
|