devtools-protocol 0.0.1031356 → 0.0.1033355
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.
@@ -1453,7 +1453,10 @@
|
|
1453
1453
|
"InvalidHeader",
|
1454
1454
|
"InvalidRegisterTriggerHeader",
|
1455
1455
|
"InvalidEligibleHeader",
|
1456
|
-
"TooManyConcurrentRequests"
|
1456
|
+
"TooManyConcurrentRequests",
|
1457
|
+
"SourceAndTriggerHeaders",
|
1458
|
+
"SourceIgnored",
|
1459
|
+
"TriggerIgnored"
|
1457
1460
|
]
|
1458
1461
|
},
|
1459
1462
|
{
|
@@ -15270,6 +15273,7 @@
|
|
15270
15273
|
"storage-access-api",
|
15271
15274
|
"sync-xhr",
|
15272
15275
|
"trust-token-redemption",
|
15276
|
+
"unload",
|
15273
15277
|
"usb",
|
15274
15278
|
"vertical-scroll",
|
15275
15279
|
"web-share",
|
@@ -17869,6 +17873,7 @@
|
|
17869
17873
|
{
|
17870
17874
|
"name": "prerenderAttemptCompleted",
|
17871
17875
|
"description": "Fired when a prerender attempt is completed.",
|
17876
|
+
"experimental": true,
|
17872
17877
|
"parameters": [
|
17873
17878
|
{
|
17874
17879
|
"name": "initiatingFrameId",
|
@@ -17882,6 +17887,12 @@
|
|
17882
17887
|
{
|
17883
17888
|
"name": "finalStatus",
|
17884
17889
|
"$ref": "PrerenderFinalStatus"
|
17890
|
+
},
|
17891
|
+
{
|
17892
|
+
"name": "reasonDetails",
|
17893
|
+
"description": "This is used to give users more information about the cancellation details,\nand this will be formatted for display.",
|
17894
|
+
"optional": true,
|
17895
|
+
"type": "string"
|
17885
17896
|
}
|
17886
17897
|
]
|
17887
17898
|
},
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -708,6 +708,9 @@ experimental domain Audits
|
|
708
708
|
InvalidRegisterTriggerHeader
|
709
709
|
InvalidEligibleHeader
|
710
710
|
TooManyConcurrentRequests
|
711
|
+
SourceAndTriggerHeaders
|
712
|
+
SourceIgnored
|
713
|
+
TriggerIgnored
|
711
714
|
|
712
715
|
# Details for issues around "Attribution Reporting API" usage.
|
713
716
|
# Explainer: https://github.com/WICG/attribution-reporting-api
|
@@ -7153,6 +7156,7 @@ domain Page
|
|
7153
7156
|
storage-access-api
|
7154
7157
|
sync-xhr
|
7155
7158
|
trust-token-redemption
|
7159
|
+
unload
|
7156
7160
|
usb
|
7157
7161
|
vertical-scroll
|
7158
7162
|
web-share
|
@@ -8459,12 +8463,15 @@ domain Page
|
|
8459
8463
|
FailToGetMemoryUsage
|
8460
8464
|
|
8461
8465
|
# Fired when a prerender attempt is completed.
|
8462
|
-
event prerenderAttemptCompleted
|
8466
|
+
experimental event prerenderAttemptCompleted
|
8463
8467
|
parameters
|
8464
8468
|
# The frame id of the frame initiating prerendering.
|
8465
8469
|
FrameId initiatingFrameId
|
8466
8470
|
string prerenderingUrl
|
8467
8471
|
PrerenderFinalStatus finalStatus
|
8472
|
+
# This is used to give users more information about the cancellation details,
|
8473
|
+
# and this will be formatted for display.
|
8474
|
+
optional string reasonDetails
|
8468
8475
|
|
8469
8476
|
event loadEventFired
|
8470
8477
|
parameters
|
package/types/protocol.d.ts
CHANGED
@@ -3423,7 +3423,7 @@ export namespace Protocol {
|
|
3423
3423
|
clientSecurityState?: Network.ClientSecurityState;
|
3424
3424
|
}
|
3425
3425
|
|
3426
|
-
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | 'UntrustworthyReportingOrigin' | 'InsecureContext' | 'InvalidHeader' | 'InvalidRegisterTriggerHeader' | 'InvalidEligibleHeader' | 'TooManyConcurrentRequests');
|
3426
|
+
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | 'UntrustworthyReportingOrigin' | 'InsecureContext' | 'InvalidHeader' | 'InvalidRegisterTriggerHeader' | 'InvalidEligibleHeader' | 'TooManyConcurrentRequests' | 'SourceAndTriggerHeaders' | 'SourceIgnored' | 'TriggerIgnored');
|
3427
3427
|
|
3428
3428
|
/**
|
3429
3429
|
* Details for issues around "Attribution Reporting API" usage.
|
@@ -12308,7 +12308,7 @@ export namespace Protocol {
|
|
12308
12308
|
* All Permissions Policy features. This enum should match the one defined
|
12309
12309
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
12310
12310
|
*/
|
12311
|
-
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'federated-credentials' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'storage-access-api' | 'sync-xhr' | 'trust-token-redemption' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-placement' | 'xr-spatial-tracking');
|
12311
|
+
export type PermissionsPolicyFeature = ('accelerometer' | 'ambient-light-sensor' | 'attribution-reporting' | 'autoplay' | 'bluetooth' | 'browsing-topics' | 'camera' | 'ch-dpr' | 'ch-device-memory' | 'ch-downlink' | 'ch-ect' | 'ch-prefers-color-scheme' | 'ch-rtt' | 'ch-save-data' | 'ch-ua' | 'ch-ua-arch' | 'ch-ua-bitness' | 'ch-ua-platform' | 'ch-ua-model' | 'ch-ua-mobile' | 'ch-ua-full' | 'ch-ua-full-version' | 'ch-ua-full-version-list' | 'ch-ua-platform-version' | 'ch-ua-reduced' | 'ch-ua-wow64' | 'ch-viewport-height' | 'ch-viewport-width' | 'ch-width' | 'clipboard-read' | 'clipboard-write' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | 'federated-credentials' | 'focus-without-user-activation' | 'fullscreen' | 'frobulate' | 'gamepad' | 'geolocation' | 'gyroscope' | 'hid' | 'idle-detection' | 'interest-cohort' | 'join-ad-interest-group' | 'keyboard-map' | 'local-fonts' | 'magnetometer' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'storage-access-api' | 'sync-xhr' | 'trust-token-redemption' | 'unload' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-placement' | 'xr-spatial-tracking');
|
12312
12312
|
|
12313
12313
|
/**
|
12314
12314
|
* Reason for a permissions policy feature to be disabled.
|
@@ -13873,6 +13873,11 @@ export namespace Protocol {
|
|
13873
13873
|
initiatingFrameId: FrameId;
|
13874
13874
|
prerenderingUrl: string;
|
13875
13875
|
finalStatus: PrerenderFinalStatus;
|
13876
|
+
/**
|
13877
|
+
* This is used to give users more information about the cancellation details,
|
13878
|
+
* and this will be formatted for display.
|
13879
|
+
*/
|
13880
|
+
reasonDetails?: string;
|
13876
13881
|
}
|
13877
13882
|
|
13878
13883
|
export interface LoadEventFiredEvent {
|