devtools-protocol 0.0.1371839 → 0.0.1375038
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.
@@ -17199,7 +17199,7 @@
|
|
17199
17199
|
"encrypted-media",
|
17200
17200
|
"execution-while-out-of-viewport",
|
17201
17201
|
"execution-while-not-rendered",
|
17202
|
-
"fenced-
|
17202
|
+
"fenced-unpartitioned-storage-read",
|
17203
17203
|
"focus-without-user-activation",
|
17204
17204
|
"fullscreen",
|
17205
17205
|
"frobulate",
|
@@ -22041,6 +22041,10 @@
|
|
22041
22041
|
"name": "scopesData",
|
22042
22042
|
"optional": true,
|
22043
22043
|
"$ref": "AttributionScopesData"
|
22044
|
+
},
|
22045
|
+
{
|
22046
|
+
"name": "maxEventLevelReports",
|
22047
|
+
"type": "integer"
|
22044
22048
|
}
|
22045
22049
|
]
|
22046
22050
|
},
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -8095,7 +8095,7 @@ domain Page
|
|
8095
8095
|
encrypted-media
|
8096
8096
|
execution-while-out-of-viewport
|
8097
8097
|
execution-while-not-rendered
|
8098
|
-
fenced-
|
8098
|
+
fenced-unpartitioned-storage-read
|
8099
8099
|
focus-without-user-activation
|
8100
8100
|
fullscreen
|
8101
8101
|
frobulate
|
@@ -10715,6 +10715,7 @@ experimental domain Storage
|
|
10715
10715
|
SignedInt64AsBase10 destinationLimitPriority
|
10716
10716
|
AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig
|
10717
10717
|
optional AttributionScopesData scopesData
|
10718
|
+
integer maxEventLevelReports
|
10718
10719
|
|
10719
10720
|
experimental type AttributionReportingSourceRegistrationResult extends string
|
10720
10721
|
enum
|
package/types/protocol.d.ts
CHANGED
@@ -13434,7 +13434,7 @@ export namespace Protocol {
|
|
13434
13434
|
* All Permissions Policy features. This enum should match the one defined
|
13435
13435
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
13436
13436
|
*/
|
13437
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | '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' | 'controlled-frame' | 'cross-origin-isolated' | 'deferred-fetch' | 'digital-credentials-get' | 'direct-sockets' | 'direct-sockets-private' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'fenced-
|
13437
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'all-screens-capture' | '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' | 'controlled-frame' | 'cross-origin-isolated' | 'deferred-fetch' | 'digital-credentials-get' | 'direct-sockets' | 'direct-sockets-private' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'fenced-unpartitioned-storage-read' | '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' | 'media-playback-while-not-visible' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'popins' | '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-app-installation' | 'web-printing' | 'web-share' | 'window-management' | 'xr-spatial-tracking');
|
13438
13438
|
|
13439
13439
|
/**
|
13440
13440
|
* Reason for a permissions policy feature to be disabled.
|
@@ -16126,6 +16126,7 @@ export namespace Protocol {
|
|
16126
16126
|
destinationLimitPriority: SignedInt64AsBase10;
|
16127
16127
|
aggregatableDebugReportingConfig: AttributionReportingAggregatableDebugReportingConfig;
|
16128
16128
|
scopesData?: AttributionScopesData;
|
16129
|
+
maxEventLevelReports: integer;
|
16129
16130
|
}
|
16130
16131
|
|
16131
16132
|
export type AttributionReportingSourceRegistrationResult = ('success' | 'internalError' | 'insufficientSourceCapacity' | 'insufficientUniqueDestinationCapacity' | 'excessiveReportingOrigins' | 'prohibitedByBrowserPolicy' | 'successNoised' | 'destinationReportingLimitReached' | 'destinationGlobalLimitReached' | 'destinationBothLimitsReached' | 'reportingOriginsPerSiteLimitReached' | 'exceedsMaxChannelCapacity' | 'exceedsMaxScopesChannelCapacity' | 'exceedsMaxTriggerStateCardinality' | 'exceedsMaxEventStatesLimit' | 'destinationPerDayReportingLimitReached');
|