devtools-protocol 0.0.1348440 → 0.0.1349043
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 +35 -1
- package/package.json +1 -1
- package/pdl/browser_protocol.pdl +10 -1
- package/types/protocol.d.ts +13 -1
@@ -21896,6 +21896,29 @@
|
|
21896
21896
|
}
|
21897
21897
|
]
|
21898
21898
|
},
|
21899
|
+
{
|
21900
|
+
"id": "AttributionScopesData",
|
21901
|
+
"experimental": true,
|
21902
|
+
"type": "object",
|
21903
|
+
"properties": [
|
21904
|
+
{
|
21905
|
+
"name": "values",
|
21906
|
+
"type": "array",
|
21907
|
+
"items": {
|
21908
|
+
"type": "string"
|
21909
|
+
}
|
21910
|
+
},
|
21911
|
+
{
|
21912
|
+
"name": "limit",
|
21913
|
+
"description": "number instead of integer because not all uint32 can be represented by\nint",
|
21914
|
+
"type": "number"
|
21915
|
+
},
|
21916
|
+
{
|
21917
|
+
"name": "maxEventStates",
|
21918
|
+
"type": "number"
|
21919
|
+
}
|
21920
|
+
]
|
21921
|
+
},
|
21899
21922
|
{
|
21900
21923
|
"id": "AttributionReportingSourceRegistration",
|
21901
21924
|
"experimental": true,
|
@@ -21979,6 +22002,11 @@
|
|
21979
22002
|
{
|
21980
22003
|
"name": "aggregatableDebugReportingConfig",
|
21981
22004
|
"$ref": "AttributionReportingAggregatableDebugReportingConfig"
|
22005
|
+
},
|
22006
|
+
{
|
22007
|
+
"name": "scopesData",
|
22008
|
+
"optional": true,
|
22009
|
+
"$ref": "AttributionScopesData"
|
21982
22010
|
}
|
21983
22011
|
]
|
21984
22012
|
},
|
@@ -22181,6 +22209,13 @@
|
|
22181
22209
|
{
|
22182
22210
|
"name": "aggregatableDebugReportingConfig",
|
22183
22211
|
"$ref": "AttributionReportingAggregatableDebugReportingConfig"
|
22212
|
+
},
|
22213
|
+
{
|
22214
|
+
"name": "scopes",
|
22215
|
+
"type": "array",
|
22216
|
+
"items": {
|
22217
|
+
"type": "string"
|
22218
|
+
}
|
22184
22219
|
}
|
22185
22220
|
]
|
22186
22221
|
},
|
@@ -26229,7 +26264,6 @@
|
|
26229
26264
|
"PrefetchFailedMIMENotSupported",
|
26230
26265
|
"PrefetchFailedNetError",
|
26231
26266
|
"PrefetchFailedNon2XX",
|
26232
|
-
"PrefetchFailedPerPageLimitExceeded",
|
26233
26267
|
"PrefetchEvictedAfterCandidateRemoved",
|
26234
26268
|
"PrefetchEvictedForNewerPrefetch",
|
26235
26269
|
"PrefetchHeldback",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -10668,6 +10668,14 @@ experimental domain Storage
|
|
10668
10668
|
array of AttributionReportingAggregatableDebugReportingData debugData
|
10669
10669
|
optional string aggregationCoordinatorOrigin
|
10670
10670
|
|
10671
|
+
experimental type AttributionScopesData extends object
|
10672
|
+
properties
|
10673
|
+
array of string values
|
10674
|
+
# number instead of integer because not all uint32 can be represented by
|
10675
|
+
# int
|
10676
|
+
number limit
|
10677
|
+
number maxEventStates
|
10678
|
+
|
10671
10679
|
experimental type AttributionReportingSourceRegistration extends object
|
10672
10680
|
properties
|
10673
10681
|
Network.TimeSinceEpoch time
|
@@ -10688,6 +10696,7 @@ experimental domain Storage
|
|
10688
10696
|
AttributionReportingTriggerDataMatching triggerDataMatching
|
10689
10697
|
SignedInt64AsBase10 destinationLimitPriority
|
10690
10698
|
AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig
|
10699
|
+
optional AttributionScopesData scopesData
|
10691
10700
|
|
10692
10701
|
experimental type AttributionReportingSourceRegistrationResult extends string
|
10693
10702
|
enum
|
@@ -10764,6 +10773,7 @@ experimental domain Storage
|
|
10764
10773
|
AttributionReportingSourceRegistrationTimeConfig sourceRegistrationTimeConfig
|
10765
10774
|
optional string triggerContextId
|
10766
10775
|
AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig
|
10776
|
+
array of string scopes
|
10767
10777
|
|
10768
10778
|
experimental type AttributionReportingEventLevelResult extends string
|
10769
10779
|
enum
|
@@ -12415,7 +12425,6 @@ experimental domain Preload
|
|
12415
12425
|
PrefetchFailedMIMENotSupported
|
12416
12426
|
PrefetchFailedNetError
|
12417
12427
|
PrefetchFailedNon2XX
|
12418
|
-
PrefetchFailedPerPageLimitExceeded
|
12419
12428
|
PrefetchEvictedAfterCandidateRemoved
|
12420
12429
|
PrefetchEvictedForNewerPrefetch
|
12421
12430
|
PrefetchHeldback
|
package/types/protocol.d.ts
CHANGED
@@ -16067,6 +16067,16 @@ export namespace Protocol {
|
|
16067
16067
|
aggregationCoordinatorOrigin?: string;
|
16068
16068
|
}
|
16069
16069
|
|
16070
|
+
export interface AttributionScopesData {
|
16071
|
+
values: string[];
|
16072
|
+
/**
|
16073
|
+
* number instead of integer because not all uint32 can be represented by
|
16074
|
+
* int
|
16075
|
+
*/
|
16076
|
+
limit: number;
|
16077
|
+
maxEventStates: number;
|
16078
|
+
}
|
16079
|
+
|
16070
16080
|
export interface AttributionReportingSourceRegistration {
|
16071
16081
|
time: Network.TimeSinceEpoch;
|
16072
16082
|
/**
|
@@ -16090,6 +16100,7 @@ export namespace Protocol {
|
|
16090
16100
|
triggerDataMatching: AttributionReportingTriggerDataMatching;
|
16091
16101
|
destinationLimitPriority: SignedInt64AsBase10;
|
16092
16102
|
aggregatableDebugReportingConfig: AttributionReportingAggregatableDebugReportingConfig;
|
16103
|
+
scopesData?: AttributionScopesData;
|
16093
16104
|
}
|
16094
16105
|
|
16095
16106
|
export type AttributionReportingSourceRegistrationResult = ('success' | 'internalError' | 'insufficientSourceCapacity' | 'insufficientUniqueDestinationCapacity' | 'excessiveReportingOrigins' | 'prohibitedByBrowserPolicy' | 'successNoised' | 'destinationReportingLimitReached' | 'destinationGlobalLimitReached' | 'destinationBothLimitsReached' | 'reportingOriginsPerSiteLimitReached' | 'exceedsMaxChannelCapacity' | 'exceedsMaxScopesChannelCapacity' | 'exceedsMaxTriggerStateCardinality' | 'exceedsMaxEventStatesLimit' | 'destinationPerDayReportingLimitReached');
|
@@ -16142,6 +16153,7 @@ export namespace Protocol {
|
|
16142
16153
|
sourceRegistrationTimeConfig: AttributionReportingSourceRegistrationTimeConfig;
|
16143
16154
|
triggerContextId?: string;
|
16144
16155
|
aggregatableDebugReportingConfig: AttributionReportingAggregatableDebugReportingConfig;
|
16156
|
+
scopes: string[];
|
16145
16157
|
}
|
16146
16158
|
|
16147
16159
|
export type AttributionReportingEventLevelResult = ('success' | 'successDroppedLowerPriority' | 'internalError' | 'noCapacityForAttributionDestination' | 'noMatchingSources' | 'deduplicated' | 'excessiveAttributions' | 'priorityTooLow' | 'neverAttributedSource' | 'excessiveReportingOrigins' | 'noMatchingSourceFilterData' | 'prohibitedByBrowserPolicy' | 'noMatchingConfigurations' | 'excessiveReports' | 'falselyAttributedSource' | 'reportWindowPassed' | 'notRegistered' | 'reportWindowNotStarted' | 'noMatchingTriggerData');
|
@@ -18583,7 +18595,7 @@ export namespace Protocol {
|
|
18583
18595
|
* TODO(https://crbug.com/1384419): revisit the list of PrefetchStatus and
|
18584
18596
|
* filter out the ones that aren't necessary to the developers.
|
18585
18597
|
*/
|
18586
|
-
export type PrefetchStatus = ('PrefetchAllowed' | 'PrefetchFailedIneligibleRedirect' | 'PrefetchFailedInvalidRedirect' | 'PrefetchFailedMIMENotSupported' | 'PrefetchFailedNetError' | 'PrefetchFailedNon2XX' | '
|
18598
|
+
export type PrefetchStatus = ('PrefetchAllowed' | 'PrefetchFailedIneligibleRedirect' | 'PrefetchFailedInvalidRedirect' | 'PrefetchFailedMIMENotSupported' | 'PrefetchFailedNetError' | 'PrefetchFailedNon2XX' | 'PrefetchEvictedAfterCandidateRemoved' | 'PrefetchEvictedForNewerPrefetch' | 'PrefetchHeldback' | 'PrefetchIneligibleRetryAfter' | 'PrefetchIsPrivacyDecoy' | 'PrefetchIsStale' | 'PrefetchNotEligibleBrowserContextOffTheRecord' | 'PrefetchNotEligibleDataSaverEnabled' | 'PrefetchNotEligibleExistingProxy' | 'PrefetchNotEligibleHostIsNonUnique' | 'PrefetchNotEligibleNonDefaultStoragePartition' | 'PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy' | 'PrefetchNotEligibleSchemeIsNotHttps' | 'PrefetchNotEligibleUserHasCookies' | 'PrefetchNotEligibleUserHasServiceWorker' | 'PrefetchNotEligibleBatterySaverEnabled' | 'PrefetchNotEligiblePreloadingDisabled' | 'PrefetchNotFinishedInTime' | 'PrefetchNotStarted' | 'PrefetchNotUsedCookiesChanged' | 'PrefetchProxyNotAvailable' | 'PrefetchResponseUsed' | 'PrefetchSuccessfulButNotUsed' | 'PrefetchNotUsedProbeFailed');
|
18587
18599
|
|
18588
18600
|
/**
|
18589
18601
|
* Information of headers to be displayed when the header mismatch occurred.
|