devtools-protocol 0.0.1023572 → 0.0.1024111
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.
@@ -15194,6 +15194,7 @@
|
|
15194
15194
|
"screen-wake-lock",
|
15195
15195
|
"serial",
|
15196
15196
|
"shared-autofill",
|
15197
|
+
"shared-storage",
|
15197
15198
|
"storage-access-api",
|
15198
15199
|
"sync-xhr",
|
15199
15200
|
"trust-token-redemption",
|
@@ -16241,9 +16242,7 @@
|
|
16241
16242
|
"TriggerBackgrounded",
|
16242
16243
|
"EmbedderTriggeredAndSameOriginRedirected",
|
16243
16244
|
"EmbedderTriggeredAndCrossOriginRedirected",
|
16244
|
-
"EmbedderTriggeredAndDestroyed"
|
16245
|
-
"MemoryLimitExceeded",
|
16246
|
-
"FailToGetMemoryUsage"
|
16245
|
+
"EmbedderTriggeredAndDestroyed"
|
16247
16246
|
]
|
16248
16247
|
}
|
16249
16248
|
],
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -7109,6 +7109,7 @@ domain Page
|
|
7109
7109
|
screen-wake-lock
|
7110
7110
|
serial
|
7111
7111
|
shared-autofill
|
7112
|
+
shared-storage
|
7112
7113
|
storage-access-api
|
7113
7114
|
sync-xhr
|
7114
7115
|
trust-token-redemption
|
@@ -8412,10 +8413,6 @@ domain Page
|
|
8412
8413
|
EmbedderTriggeredAndSameOriginRedirected
|
8413
8414
|
EmbedderTriggeredAndCrossOriginRedirected
|
8414
8415
|
EmbedderTriggeredAndDestroyed
|
8415
|
-
MemoryLimitExceeded
|
8416
|
-
# Prerenders can be cancelled when Chrome uses excessive memory. This is
|
8417
|
-
# recorded when it fails to get the memory usage.
|
8418
|
-
FailToGetMemoryUsage
|
8419
8416
|
|
8420
8417
|
# Fired when a prerender attempt is completed.
|
8421
8418
|
event prerenderAttemptCompleted
|
package/types/protocol.d.ts
CHANGED
@@ -12207,7 +12207,7 @@ export namespace Protocol {
|
|
12207
12207
|
* All Permissions Policy features. This enum should match the one defined
|
12208
12208
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
12209
12209
|
*/
|
12210
|
-
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' | 'storage-access-api' | 'sync-xhr' | 'trust-token-redemption' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-placement' | 'xr-spatial-tracking');
|
12210
|
+
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');
|
12211
12211
|
|
12212
12212
|
/**
|
12213
12213
|
* Reason for a permissions policy feature to be disabled.
|
@@ -12748,7 +12748,7 @@ export namespace Protocol {
|
|
12748
12748
|
/**
|
12749
12749
|
* List of FinalStatus reasons for Prerender2.
|
12750
12750
|
*/
|
12751
|
-
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' | 'EmbedderTriggeredAndDestroyed'
|
12751
|
+
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' | 'EmbedderTriggeredAndDestroyed');
|
12752
12752
|
|
12753
12753
|
export interface AddScriptToEvaluateOnLoadRequest {
|
12754
12754
|
scriptSource: string;
|