devtools-protocol 0.0.1662358 → 0.0.1666022
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 +27 -241
- 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 -105
- package/pdl/domains/WebAuthn.pdl +11 -0
- 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 +22 -128
|
@@ -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": [
|
|
@@ -27471,7 +27437,6 @@
|
|
|
27471
27437
|
"websql",
|
|
27472
27438
|
"service_workers",
|
|
27473
27439
|
"cache_storage",
|
|
27474
|
-
"interest_groups",
|
|
27475
27440
|
"shared_storage",
|
|
27476
27441
|
"storage_buckets",
|
|
27477
27442
|
"all",
|
|
@@ -27511,50 +27476,6 @@
|
|
|
27511
27476
|
}
|
|
27512
27477
|
]
|
|
27513
27478
|
},
|
|
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
27479
|
{
|
|
27559
27480
|
"id": "SharedStorageAccessScope",
|
|
27560
27481
|
"description": "Enum of shared storage access scopes.",
|
|
@@ -27562,7 +27483,6 @@
|
|
|
27562
27483
|
"enum": [
|
|
27563
27484
|
"window",
|
|
27564
27485
|
"sharedStorageWorklet",
|
|
27565
|
-
"protectedAudienceWorklet",
|
|
27566
27486
|
"header"
|
|
27567
27487
|
]
|
|
27568
27488
|
},
|
|
@@ -28191,50 +28111,6 @@
|
|
|
28191
28111
|
}
|
|
28192
28112
|
]
|
|
28193
28113
|
},
|
|
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
28114
|
{
|
|
28239
28115
|
"name": "getSharedStorageMetadata",
|
|
28240
28116
|
"description": "Gets metadata for an origin's shared storage.",
|
|
@@ -28398,26 +28274,6 @@
|
|
|
28398
28274
|
}
|
|
28399
28275
|
}
|
|
28400
28276
|
]
|
|
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
28277
|
}
|
|
28422
28278
|
],
|
|
28423
28279
|
"events": [
|
|
@@ -28520,103 +28376,6 @@
|
|
|
28520
28376
|
}
|
|
28521
28377
|
]
|
|
28522
28378
|
},
|
|
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
28379
|
{
|
|
28621
28380
|
"name": "sharedStorageAccessed",
|
|
28622
28381
|
"description": "Shared storage was accessed by the associated page.\nThe following parameters are included in all events.",
|
|
@@ -30713,6 +30472,12 @@
|
|
|
30713
30472
|
"optional": true,
|
|
30714
30473
|
"type": "boolean"
|
|
30715
30474
|
},
|
|
30475
|
+
{
|
|
30476
|
+
"name": "hasCmtgKey",
|
|
30477
|
+
"description": "If set to true, the authenticator will support the cmtgKey (Credential\nManager Trust Group Key) extension.\nhttps://github.com/w3c/webauthn/pull/2377\nDefaults to false.",
|
|
30478
|
+
"optional": true,
|
|
30479
|
+
"type": "boolean"
|
|
30480
|
+
},
|
|
30716
30481
|
{
|
|
30717
30482
|
"name": "automaticPresenceSimulation",
|
|
30718
30483
|
"description": "If set to true, tests of user presence will succeed immediately.\nOtherwise, they will not be resolved. Defaults to true.",
|
|
@@ -30802,6 +30567,27 @@
|
|
|
30802
30567
|
"description": "The credential's user.displayName property. Equivalent to empty if\nnot set.\nhttps://w3c.github.io/webauthn/#dom-publickeycredentialuserentity-displayname",
|
|
30803
30568
|
"optional": true,
|
|
30804
30569
|
"type": "string"
|
|
30570
|
+
},
|
|
30571
|
+
{
|
|
30572
|
+
"name": "cmtgKeys",
|
|
30573
|
+
"description": "The CMTG keys associated with the credential.",
|
|
30574
|
+
"optional": true,
|
|
30575
|
+
"type": "array",
|
|
30576
|
+
"items": {
|
|
30577
|
+
"type": "string"
|
|
30578
|
+
}
|
|
30579
|
+
},
|
|
30580
|
+
{
|
|
30581
|
+
"name": "activeCmtgKeyIndex",
|
|
30582
|
+
"description": "The 0-based index of the active key in cmtgKeys.",
|
|
30583
|
+
"optional": true,
|
|
30584
|
+
"type": "integer"
|
|
30585
|
+
},
|
|
30586
|
+
{
|
|
30587
|
+
"name": "generateCmtgKeyOnNextOperation",
|
|
30588
|
+
"description": "If true, the authenticator will generate a new CMTG key on the next operation.",
|
|
30589
|
+
"optional": true,
|
|
30590
|
+
"type": "boolean"
|
|
30805
30591
|
}
|
|
30806
30592
|
]
|
|
30807
30593
|
}
|
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
|
@@ -21,7 +21,6 @@ experimental domain Storage
|
|
|
21
21
|
websql
|
|
22
22
|
service_workers
|
|
23
23
|
cache_storage
|
|
24
|
-
interest_groups
|
|
25
24
|
shared_storage
|
|
26
25
|
storage_buckets
|
|
27
26
|
all
|
|
@@ -42,45 +41,12 @@ experimental domain Storage
|
|
|
42
41
|
string issuerOrigin
|
|
43
42
|
number count
|
|
44
43
|
|
|
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
44
|
|
|
78
45
|
# Enum of shared storage access scopes.
|
|
79
46
|
type SharedStorageAccessScope extends string
|
|
80
47
|
enum
|
|
81
48
|
window
|
|
82
49
|
sharedStorageWorklet
|
|
83
|
-
protectedAudienceWorklet
|
|
84
50
|
header
|
|
85
51
|
|
|
86
52
|
# Enum of shared storage access methods.
|
|
@@ -385,29 +351,6 @@ experimental domain Storage
|
|
|
385
351
|
# True if any tokens were deleted, false otherwise.
|
|
386
352
|
boolean didDeleteTokens
|
|
387
353
|
|
|
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
354
|
# Gets metadata for an origin's shared storage.
|
|
412
355
|
experimental command getSharedStorageMetadata
|
|
413
356
|
parameters
|
|
@@ -515,48 +458,6 @@ experimental domain Storage
|
|
|
515
458
|
# Storage bucket to update.
|
|
516
459
|
string bucketId
|
|
517
460
|
|
|
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
461
|
# Shared storage was accessed by the associated page.
|
|
561
462
|
# The following parameters are included in all events.
|
|
562
463
|
event sharedStorageAccessed
|
|
@@ -621,9 +522,3 @@ experimental domain Storage
|
|
|
621
522
|
experimental command getRelatedWebsiteSets
|
|
622
523
|
returns
|
|
623
524
|
array of RelatedWebsiteSet sets
|
|
624
|
-
|
|
625
|
-
command setProtectedAudienceKAnonymity
|
|
626
|
-
parameters
|
|
627
|
-
string owner
|
|
628
|
-
string name
|
|
629
|
-
array of binary hashes
|
package/pdl/domains/WebAuthn.pdl
CHANGED
|
@@ -66,6 +66,11 @@ experimental domain WebAuthn
|
|
|
66
66
|
# https://fidoalliance.org/specs/fido-v2.2-rd-20241003/fido-client-to-authenticator-protocol-v2.2-rd-20241003.html#sctn-hmac-secret-make-cred-extension
|
|
67
67
|
# Defaults to false.
|
|
68
68
|
optional boolean hasHmacSecretMc
|
|
69
|
+
# If set to true, the authenticator will support the cmtgKey (Credential
|
|
70
|
+
# Manager Trust Group Key) extension.
|
|
71
|
+
# https://github.com/w3c/webauthn/pull/2377
|
|
72
|
+
# Defaults to false.
|
|
73
|
+
optional boolean hasCmtgKey
|
|
69
74
|
# If set to true, tests of user presence will succeed immediately.
|
|
70
75
|
# Otherwise, they will not be resolved. Defaults to true.
|
|
71
76
|
optional boolean automaticPresenceSimulation
|
|
@@ -115,6 +120,12 @@ experimental domain WebAuthn
|
|
|
115
120
|
# not set.
|
|
116
121
|
# https://w3c.github.io/webauthn/#dom-publickeycredentialuserentity-displayname
|
|
117
122
|
optional string userDisplayName
|
|
123
|
+
# The CMTG keys associated with the credential.
|
|
124
|
+
optional array of binary cmtgKeys
|
|
125
|
+
# The 0-based index of the active key in cmtgKeys.
|
|
126
|
+
optional integer activeCmtgKeyIndex
|
|
127
|
+
# If true, the authenticator will generate a new CMTG key on the next operation.
|
|
128
|
+
optional boolean generateCmtgKeyOnNextOperation
|
|
118
129
|
|
|
119
130
|
# Enable the WebAuthn domain and start intercepting credential storage and
|
|
120
131
|
# retrieval with a virtual authenticator.
|
|
@@ -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
|
|
@@ -19988,7 +19972,7 @@ export namespace Protocol {
|
|
|
19988
19972
|
/**
|
|
19989
19973
|
* Enum of possible storage types.
|
|
19990
19974
|
*/
|
|
19991
|
-
export type StorageType = ('cookies' | 'file_systems' | 'indexeddb' | 'local_storage' | 'shader_cache' | 'websql' | 'service_workers' | 'cache_storage' | '
|
|
19975
|
+
export type StorageType = ('cookies' | 'file_systems' | 'indexeddb' | 'local_storage' | 'shader_cache' | 'websql' | 'service_workers' | 'cache_storage' | 'shared_storage' | 'storage_buckets' | 'all' | 'other');
|
|
19992
19976
|
|
|
19993
19977
|
/**
|
|
19994
19978
|
* Usage for a storage type.
|
|
@@ -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.
|
|
@@ -22083,6 +21958,13 @@ export namespace Protocol {
|
|
|
22083
21958
|
* Defaults to false.
|
|
22084
21959
|
*/
|
|
22085
21960
|
hasHmacSecretMc?: boolean;
|
|
21961
|
+
/**
|
|
21962
|
+
* If set to true, the authenticator will support the cmtgKey (Credential
|
|
21963
|
+
* Manager Trust Group Key) extension.
|
|
21964
|
+
* https://github.com/w3c/webauthn/pull/2377
|
|
21965
|
+
* Defaults to false.
|
|
21966
|
+
*/
|
|
21967
|
+
hasCmtgKey?: boolean;
|
|
22086
21968
|
/**
|
|
22087
21969
|
* If set to true, tests of user presence will succeed immediately.
|
|
22088
21970
|
* Otherwise, they will not be resolved. Defaults to true.
|
|
@@ -22158,6 +22040,18 @@ export namespace Protocol {
|
|
|
22158
22040
|
* https://w3c.github.io/webauthn/#dom-publickeycredentialuserentity-displayname
|
|
22159
22041
|
*/
|
|
22160
22042
|
userDisplayName?: string;
|
|
22043
|
+
/**
|
|
22044
|
+
* The CMTG keys associated with the credential.
|
|
22045
|
+
*/
|
|
22046
|
+
cmtgKeys?: string[];
|
|
22047
|
+
/**
|
|
22048
|
+
* The 0-based index of the active key in cmtgKeys.
|
|
22049
|
+
*/
|
|
22050
|
+
activeCmtgKeyIndex?: integer;
|
|
22051
|
+
/**
|
|
22052
|
+
* If true, the authenticator will generate a new CMTG key on the next operation.
|
|
22053
|
+
*/
|
|
22054
|
+
generateCmtgKeyOnNextOperation?: boolean;
|
|
22161
22055
|
}
|
|
22162
22056
|
|
|
22163
22057
|
export interface EnableRequest {
|