devtools-protocol 0.0.1271365 → 0.0.1271979
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 +11 -91
- package/package.json +1 -1
- package/pdl/browser_protocol.pdl +22 -30
- package/types/protocol.d.ts +21 -35
@@ -16493,7 +16493,7 @@
|
|
16493
16493
|
"ch-ua-platform",
|
16494
16494
|
"ch-ua-model",
|
16495
16495
|
"ch-ua-mobile",
|
16496
|
-
"ch-ua-form-
|
16496
|
+
"ch-ua-form-factors",
|
16497
16497
|
"ch-ua-full-version",
|
16498
16498
|
"ch-ua-full-version-list",
|
16499
16499
|
"ch-ua-platform-version",
|
@@ -20408,91 +20408,6 @@
|
|
20408
20408
|
"sellerTrustedSignals"
|
20409
20409
|
]
|
20410
20410
|
},
|
20411
|
-
{
|
20412
|
-
"id": "InterestGroupAd",
|
20413
|
-
"description": "Ad advertising element inside an interest group.",
|
20414
|
-
"type": "object",
|
20415
|
-
"properties": [
|
20416
|
-
{
|
20417
|
-
"name": "renderURL",
|
20418
|
-
"type": "string"
|
20419
|
-
},
|
20420
|
-
{
|
20421
|
-
"name": "metadata",
|
20422
|
-
"optional": true,
|
20423
|
-
"type": "string"
|
20424
|
-
}
|
20425
|
-
]
|
20426
|
-
},
|
20427
|
-
{
|
20428
|
-
"id": "InterestGroupDetails",
|
20429
|
-
"description": "The full details of an interest group.",
|
20430
|
-
"type": "object",
|
20431
|
-
"properties": [
|
20432
|
-
{
|
20433
|
-
"name": "ownerOrigin",
|
20434
|
-
"type": "string"
|
20435
|
-
},
|
20436
|
-
{
|
20437
|
-
"name": "name",
|
20438
|
-
"type": "string"
|
20439
|
-
},
|
20440
|
-
{
|
20441
|
-
"name": "expirationTime",
|
20442
|
-
"$ref": "Network.TimeSinceEpoch"
|
20443
|
-
},
|
20444
|
-
{
|
20445
|
-
"name": "joiningOrigin",
|
20446
|
-
"type": "string"
|
20447
|
-
},
|
20448
|
-
{
|
20449
|
-
"name": "biddingLogicURL",
|
20450
|
-
"optional": true,
|
20451
|
-
"type": "string"
|
20452
|
-
},
|
20453
|
-
{
|
20454
|
-
"name": "biddingWasmHelperURL",
|
20455
|
-
"optional": true,
|
20456
|
-
"type": "string"
|
20457
|
-
},
|
20458
|
-
{
|
20459
|
-
"name": "updateURL",
|
20460
|
-
"optional": true,
|
20461
|
-
"type": "string"
|
20462
|
-
},
|
20463
|
-
{
|
20464
|
-
"name": "trustedBiddingSignalsURL",
|
20465
|
-
"optional": true,
|
20466
|
-
"type": "string"
|
20467
|
-
},
|
20468
|
-
{
|
20469
|
-
"name": "trustedBiddingSignalsKeys",
|
20470
|
-
"type": "array",
|
20471
|
-
"items": {
|
20472
|
-
"type": "string"
|
20473
|
-
}
|
20474
|
-
},
|
20475
|
-
{
|
20476
|
-
"name": "userBiddingSignals",
|
20477
|
-
"optional": true,
|
20478
|
-
"type": "string"
|
20479
|
-
},
|
20480
|
-
{
|
20481
|
-
"name": "ads",
|
20482
|
-
"type": "array",
|
20483
|
-
"items": {
|
20484
|
-
"$ref": "InterestGroupAd"
|
20485
|
-
}
|
20486
|
-
},
|
20487
|
-
{
|
20488
|
-
"name": "adComponents",
|
20489
|
-
"type": "array",
|
20490
|
-
"items": {
|
20491
|
-
"$ref": "InterestGroupAd"
|
20492
|
-
}
|
20493
|
-
}
|
20494
|
-
]
|
20495
|
-
},
|
20496
20411
|
{
|
20497
20412
|
"id": "SharedStorageAccessType",
|
20498
20413
|
"description": "Enum of shared storage access types.",
|
@@ -20513,7 +20428,11 @@
|
|
20513
20428
|
"workletKeys",
|
20514
20429
|
"workletEntries",
|
20515
20430
|
"workletLength",
|
20516
|
-
"workletRemainingBudget"
|
20431
|
+
"workletRemainingBudget",
|
20432
|
+
"headerSet",
|
20433
|
+
"headerAppend",
|
20434
|
+
"headerDelete",
|
20435
|
+
"headerClear"
|
20517
20436
|
]
|
20518
20437
|
},
|
20519
20438
|
{
|
@@ -20627,19 +20546,19 @@
|
|
20627
20546
|
},
|
20628
20547
|
{
|
20629
20548
|
"name": "key",
|
20630
|
-
"description": "Key for a specific entry in an origin's shared storage.\nPresent only for SharedStorageAccessType.documentSet,\nSharedStorageAccessType.documentAppend,\nSharedStorageAccessType.documentDelete,\nSharedStorageAccessType.workletSet,\nSharedStorageAccessType.workletAppend,\nSharedStorageAccessType.workletDelete, and\nSharedStorageAccessType.
|
20549
|
+
"description": "Key for a specific entry in an origin's shared storage.\nPresent only for SharedStorageAccessType.documentSet,\nSharedStorageAccessType.documentAppend,\nSharedStorageAccessType.documentDelete,\nSharedStorageAccessType.workletSet,\nSharedStorageAccessType.workletAppend,\nSharedStorageAccessType.workletDelete,\nSharedStorageAccessType.workletGet,\nSharedStorageAccessType.headerSet,\nSharedStorageAccessType.headerAppend, and\nSharedStorageAccessType.headerDelete.",
|
20631
20550
|
"optional": true,
|
20632
20551
|
"type": "string"
|
20633
20552
|
},
|
20634
20553
|
{
|
20635
20554
|
"name": "value",
|
20636
|
-
"description": "Value for a specific entry in an origin's shared storage.\nPresent only for SharedStorageAccessType.documentSet,\nSharedStorageAccessType.documentAppend,\nSharedStorageAccessType.workletSet, and\nSharedStorageAccessType.
|
20555
|
+
"description": "Value for a specific entry in an origin's shared storage.\nPresent only for SharedStorageAccessType.documentSet,\nSharedStorageAccessType.documentAppend,\nSharedStorageAccessType.workletSet,\nSharedStorageAccessType.workletAppend,\nSharedStorageAccessType.headerSet, and\nSharedStorageAccessType.headerAppend.",
|
20637
20556
|
"optional": true,
|
20638
20557
|
"type": "string"
|
20639
20558
|
},
|
20640
20559
|
{
|
20641
20560
|
"name": "ignoreIfPresent",
|
20642
|
-
"description": "Whether or not to set an entry for a key if that key is already present.\nPresent only for SharedStorageAccessType.documentSet and\nSharedStorageAccessType.
|
20561
|
+
"description": "Whether or not to set an entry for a key if that key is already present.\nPresent only for SharedStorageAccessType.documentSet,\nSharedStorageAccessType.workletSet, and\nSharedStorageAccessType.headerSet.",
|
20643
20562
|
"optional": true,
|
20644
20563
|
"type": "boolean"
|
20645
20564
|
}
|
@@ -21452,7 +21371,8 @@
|
|
21452
21371
|
"returns": [
|
21453
21372
|
{
|
21454
21373
|
"name": "details",
|
21455
|
-
"
|
21374
|
+
"description": "This largely corresponds to:\nhttps://wicg.github.io/turtledove/#dictdef-generatebidinterestgroup\nbut has absolute expirationTime instead of relative lifetimeMs and\nalso adds joiningOrigin.",
|
21375
|
+
"type": "object"
|
21456
21376
|
}
|
21457
21377
|
]
|
21458
21378
|
},
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -7735,7 +7735,7 @@ domain Page
|
|
7735
7735
|
ch-ua-platform
|
7736
7736
|
ch-ua-model
|
7737
7737
|
ch-ua-mobile
|
7738
|
-
ch-ua-form-
|
7738
|
+
ch-ua-form-factors
|
7739
7739
|
ch-ua-full-version
|
7740
7740
|
ch-ua-full-version-list
|
7741
7741
|
ch-ua-platform-version
|
@@ -9655,28 +9655,6 @@ experimental domain Storage
|
|
9655
9655
|
bidderTrustedSignals
|
9656
9656
|
sellerTrustedSignals
|
9657
9657
|
|
9658
|
-
# Ad advertising element inside an interest group.
|
9659
|
-
type InterestGroupAd extends object
|
9660
|
-
properties
|
9661
|
-
string renderURL
|
9662
|
-
optional string metadata
|
9663
|
-
|
9664
|
-
# The full details of an interest group.
|
9665
|
-
type InterestGroupDetails extends object
|
9666
|
-
properties
|
9667
|
-
string ownerOrigin
|
9668
|
-
string name
|
9669
|
-
Network.TimeSinceEpoch expirationTime
|
9670
|
-
string joiningOrigin
|
9671
|
-
optional string biddingLogicURL
|
9672
|
-
optional string biddingWasmHelperURL
|
9673
|
-
optional string updateURL
|
9674
|
-
optional string trustedBiddingSignalsURL
|
9675
|
-
array of string trustedBiddingSignalsKeys
|
9676
|
-
optional string userBiddingSignals
|
9677
|
-
array of InterestGroupAd ads
|
9678
|
-
array of InterestGroupAd adComponents
|
9679
|
-
|
9680
9658
|
# Enum of shared storage access types.
|
9681
9659
|
type SharedStorageAccessType extends string
|
9682
9660
|
enum
|
@@ -9696,6 +9674,10 @@ experimental domain Storage
|
|
9696
9674
|
workletEntries
|
9697
9675
|
workletLength
|
9698
9676
|
workletRemainingBudget
|
9677
|
+
headerSet
|
9678
|
+
headerAppend
|
9679
|
+
headerDelete
|
9680
|
+
headerClear
|
9699
9681
|
|
9700
9682
|
# Struct for a single key-value pair in an origin's shared storage.
|
9701
9683
|
type SharedStorageEntry extends object
|
@@ -9754,18 +9736,24 @@ experimental domain Storage
|
|
9754
9736
|
# SharedStorageAccessType.documentDelete,
|
9755
9737
|
# SharedStorageAccessType.workletSet,
|
9756
9738
|
# SharedStorageAccessType.workletAppend,
|
9757
|
-
# SharedStorageAccessType.workletDelete,
|
9758
|
-
# SharedStorageAccessType.workletGet
|
9739
|
+
# SharedStorageAccessType.workletDelete,
|
9740
|
+
# SharedStorageAccessType.workletGet,
|
9741
|
+
# SharedStorageAccessType.headerSet,
|
9742
|
+
# SharedStorageAccessType.headerAppend, and
|
9743
|
+
# SharedStorageAccessType.headerDelete.
|
9759
9744
|
optional string key
|
9760
9745
|
# Value for a specific entry in an origin's shared storage.
|
9761
9746
|
# Present only for SharedStorageAccessType.documentSet,
|
9762
9747
|
# SharedStorageAccessType.documentAppend,
|
9763
|
-
# SharedStorageAccessType.workletSet,
|
9764
|
-
# SharedStorageAccessType.workletAppend
|
9748
|
+
# SharedStorageAccessType.workletSet,
|
9749
|
+
# SharedStorageAccessType.workletAppend,
|
9750
|
+
# SharedStorageAccessType.headerSet, and
|
9751
|
+
# SharedStorageAccessType.headerAppend.
|
9765
9752
|
optional string value
|
9766
9753
|
# Whether or not to set an entry for a key if that key is already present.
|
9767
|
-
# Present only for SharedStorageAccessType.documentSet
|
9768
|
-
# SharedStorageAccessType.workletSet
|
9754
|
+
# Present only for SharedStorageAccessType.documentSet,
|
9755
|
+
# SharedStorageAccessType.workletSet, and
|
9756
|
+
# SharedStorageAccessType.headerSet.
|
9769
9757
|
optional boolean ignoreIfPresent
|
9770
9758
|
|
9771
9759
|
type StorageBucketsDurability extends string
|
@@ -9933,7 +9921,11 @@ experimental domain Storage
|
|
9933
9921
|
string ownerOrigin
|
9934
9922
|
string name
|
9935
9923
|
returns
|
9936
|
-
|
9924
|
+
# This largely corresponds to:
|
9925
|
+
# https://wicg.github.io/turtledove/#dictdef-generatebidinterestgroup
|
9926
|
+
# but has absolute expirationTime instead of relative lifetimeMs and
|
9927
|
+
# also adds joiningOrigin.
|
9928
|
+
object details
|
9937
9929
|
|
9938
9930
|
# Enables/Disables issuing of interestGroupAccessed events.
|
9939
9931
|
experimental command setInterestGroupTracking
|
package/types/protocol.d.ts
CHANGED
@@ -13058,7 +13058,7 @@ export namespace Protocol {
|
|
13058
13058
|
* All Permissions Policy features. This enum should match the one defined
|
13059
13059
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
13060
13060
|
*/
|
13061
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-
|
13061
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'captured-surface-control' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-prefers-reduced-motion' | 'ch-prefers-reduced-transparency' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-form-factors' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'compute-pressure' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'identity-credentials-get' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-create' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'speaker-selection' | 'storage-access' | 'sub-apps' | 'sync-xhr' | 'unload' | 'usb' | 'usb-unrestricted' | 'vertical-scroll' | 'web-printing' | 'web-share' | 'window-management' | 'window-placement' | 'xr-spatial-tracking');
|
13062
13062
|
|
13063
13063
|
/**
|
13064
13064
|
* Reason for a permissions policy feature to be disabled.
|
@@ -15340,36 +15340,10 @@ export namespace Protocol {
|
|
15340
15340
|
*/
|
15341
15341
|
export type InterestGroupAuctionFetchType = ('bidderJs' | 'bidderWasm' | 'sellerJs' | 'bidderTrustedSignals' | 'sellerTrustedSignals');
|
15342
15342
|
|
15343
|
-
/**
|
15344
|
-
* Ad advertising element inside an interest group.
|
15345
|
-
*/
|
15346
|
-
export interface InterestGroupAd {
|
15347
|
-
renderURL: string;
|
15348
|
-
metadata?: string;
|
15349
|
-
}
|
15350
|
-
|
15351
|
-
/**
|
15352
|
-
* The full details of an interest group.
|
15353
|
-
*/
|
15354
|
-
export interface InterestGroupDetails {
|
15355
|
-
ownerOrigin: string;
|
15356
|
-
name: string;
|
15357
|
-
expirationTime: Network.TimeSinceEpoch;
|
15358
|
-
joiningOrigin: string;
|
15359
|
-
biddingLogicURL?: string;
|
15360
|
-
biddingWasmHelperURL?: string;
|
15361
|
-
updateURL?: string;
|
15362
|
-
trustedBiddingSignalsURL?: string;
|
15363
|
-
trustedBiddingSignalsKeys: string[];
|
15364
|
-
userBiddingSignals?: string;
|
15365
|
-
ads: InterestGroupAd[];
|
15366
|
-
adComponents: InterestGroupAd[];
|
15367
|
-
}
|
15368
|
-
|
15369
15343
|
/**
|
15370
15344
|
* Enum of shared storage access types.
|
15371
15345
|
*/
|
15372
|
-
export type SharedStorageAccessType = ('documentAddModule' | 'documentSelectURL' | 'documentRun' | 'documentSet' | 'documentAppend' | 'documentDelete' | 'documentClear' | 'workletSet' | 'workletAppend' | 'workletDelete' | 'workletClear' | 'workletGet' | 'workletKeys' | 'workletEntries' | 'workletLength' | 'workletRemainingBudget');
|
15346
|
+
export type SharedStorageAccessType = ('documentAddModule' | 'documentSelectURL' | 'documentRun' | 'documentSet' | 'documentAppend' | 'documentDelete' | 'documentClear' | 'workletSet' | 'workletAppend' | 'workletDelete' | 'workletClear' | 'workletGet' | 'workletKeys' | 'workletEntries' | 'workletLength' | 'workletRemainingBudget' | 'headerSet' | 'headerAppend' | 'headerDelete' | 'headerClear');
|
15373
15347
|
|
15374
15348
|
/**
|
15375
15349
|
* Struct for a single key-value pair in an origin's shared storage.
|
@@ -15458,22 +15432,28 @@ export namespace Protocol {
|
|
15458
15432
|
* SharedStorageAccessType.documentDelete,
|
15459
15433
|
* SharedStorageAccessType.workletSet,
|
15460
15434
|
* SharedStorageAccessType.workletAppend,
|
15461
|
-
* SharedStorageAccessType.workletDelete,
|
15462
|
-
* SharedStorageAccessType.workletGet
|
15435
|
+
* SharedStorageAccessType.workletDelete,
|
15436
|
+
* SharedStorageAccessType.workletGet,
|
15437
|
+
* SharedStorageAccessType.headerSet,
|
15438
|
+
* SharedStorageAccessType.headerAppend, and
|
15439
|
+
* SharedStorageAccessType.headerDelete.
|
15463
15440
|
*/
|
15464
15441
|
key?: string;
|
15465
15442
|
/**
|
15466
15443
|
* Value for a specific entry in an origin's shared storage.
|
15467
15444
|
* Present only for SharedStorageAccessType.documentSet,
|
15468
15445
|
* SharedStorageAccessType.documentAppend,
|
15469
|
-
* SharedStorageAccessType.workletSet,
|
15470
|
-
* SharedStorageAccessType.workletAppend
|
15446
|
+
* SharedStorageAccessType.workletSet,
|
15447
|
+
* SharedStorageAccessType.workletAppend,
|
15448
|
+
* SharedStorageAccessType.headerSet, and
|
15449
|
+
* SharedStorageAccessType.headerAppend.
|
15471
15450
|
*/
|
15472
15451
|
value?: string;
|
15473
15452
|
/**
|
15474
15453
|
* Whether or not to set an entry for a key if that key is already present.
|
15475
|
-
* Present only for SharedStorageAccessType.documentSet
|
15476
|
-
* SharedStorageAccessType.workletSet
|
15454
|
+
* Present only for SharedStorageAccessType.documentSet,
|
15455
|
+
* SharedStorageAccessType.workletSet, and
|
15456
|
+
* SharedStorageAccessType.headerSet.
|
15477
15457
|
*/
|
15478
15458
|
ignoreIfPresent?: boolean;
|
15479
15459
|
}
|
@@ -15811,7 +15791,13 @@ export namespace Protocol {
|
|
15811
15791
|
}
|
15812
15792
|
|
15813
15793
|
export interface GetInterestGroupDetailsResponse {
|
15814
|
-
|
15794
|
+
/**
|
15795
|
+
* This largely corresponds to:
|
15796
|
+
* https://wicg.github.io/turtledove/#dictdef-generatebidinterestgroup
|
15797
|
+
* but has absolute expirationTime instead of relative lifetimeMs and
|
15798
|
+
* also adds joiningOrigin.
|
15799
|
+
*/
|
15800
|
+
details: any;
|
15815
15801
|
}
|
15816
15802
|
|
15817
15803
|
export interface SetInterestGroupTrackingRequest {
|