devtools-protocol 0.0.1034791 → 0.0.1039585
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.
@@ -15280,7 +15280,7 @@
|
|
15280
15280
|
"serial",
|
15281
15281
|
"shared-autofill",
|
15282
15282
|
"shared-storage",
|
15283
|
-
"storage-access
|
15283
|
+
"storage-access",
|
15284
15284
|
"sync-xhr",
|
15285
15285
|
"trust-token-redemption",
|
15286
15286
|
"unload",
|
@@ -16328,9 +16328,10 @@
|
|
16328
16328
|
"TriggerBackgrounded",
|
16329
16329
|
"EmbedderTriggeredAndSameOriginRedirected",
|
16330
16330
|
"EmbedderTriggeredAndCrossOriginRedirected",
|
16331
|
-
"EmbedderTriggeredAndDestroyed",
|
16332
16331
|
"MemoryLimitExceeded",
|
16333
|
-
"FailToGetMemoryUsage"
|
16332
|
+
"FailToGetMemoryUsage",
|
16333
|
+
"DataSaverEnabled",
|
16334
|
+
"HasEffectiveUrl"
|
16334
16335
|
]
|
16335
16336
|
}
|
16336
16337
|
],
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -7156,7 +7156,7 @@ domain Page
|
|
7156
7156
|
serial
|
7157
7157
|
shared-autofill
|
7158
7158
|
shared-storage
|
7159
|
-
storage-access
|
7159
|
+
storage-access
|
7160
7160
|
sync-xhr
|
7161
7161
|
trust-token-redemption
|
7162
7162
|
unload
|
@@ -8459,11 +8459,12 @@ domain Page
|
|
8459
8459
|
TriggerBackgrounded
|
8460
8460
|
EmbedderTriggeredAndSameOriginRedirected
|
8461
8461
|
EmbedderTriggeredAndCrossOriginRedirected
|
8462
|
-
EmbedderTriggeredAndDestroyed
|
8463
8462
|
MemoryLimitExceeded
|
8464
8463
|
# Prerenders can be cancelled when Chrome uses excessive memory. This is
|
8465
8464
|
# recorded when it fails to get the memory usage.
|
8466
8465
|
FailToGetMemoryUsage
|
8466
|
+
DataSaverEnabled
|
8467
|
+
HasEffectiveUrl
|
8467
8468
|
|
8468
8469
|
# Fired when a prerender attempt is completed.
|
8469
8470
|
experimental event prerenderAttemptCompleted
|
package/types/protocol.d.ts
CHANGED
@@ -12313,7 +12313,7 @@ export namespace Protocol {
|
|
12313
12313
|
* All Permissions Policy features. This enum should match the one defined
|
12314
12314
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
12315
12315
|
*/
|
12316
|
-
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
|
12316
|
+
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' | 'sync-xhr' | 'trust-token-redemption' | 'unload' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-placement' | 'xr-spatial-tracking');
|
12317
12317
|
|
12318
12318
|
/**
|
12319
12319
|
* Reason for a permissions policy feature to be disabled.
|
@@ -12854,7 +12854,7 @@ export namespace Protocol {
|
|
12854
12854
|
/**
|
12855
12855
|
* List of FinalStatus reasons for Prerender2.
|
12856
12856
|
*/
|
12857
|
-
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'CrossOriginRedirect' | 'CrossOriginNavigation' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'InProgressNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'MaxNumOfRunningPrerendersExceeded' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'EmbedderTriggeredAndSameOriginRedirected' | 'EmbedderTriggeredAndCrossOriginRedirected' | '
|
12857
|
+
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'CrossOriginRedirect' | 'CrossOriginNavigation' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'InProgressNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'MaxNumOfRunningPrerendersExceeded' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'EmbedderTriggeredAndSameOriginRedirected' | 'EmbedderTriggeredAndCrossOriginRedirected' | 'MemoryLimitExceeded' | 'FailToGetMemoryUsage' | 'DataSaverEnabled' | 'HasEffectiveUrl');
|
12858
12858
|
|
12859
12859
|
export interface AddScriptToEvaluateOnLoadRequest {
|
12860
12860
|
scriptSource: string;
|