devtools-protocol 0.0.1161029 → 0.0.1161598
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.
@@ -15710,6 +15710,7 @@
|
|
15710
15710
|
"ch-ua-platform",
|
15711
15711
|
"ch-ua-model",
|
15712
15712
|
"ch-ua-mobile",
|
15713
|
+
"ch-ua-form-factor",
|
15713
15714
|
"ch-ua-full-version",
|
15714
15715
|
"ch-ua-full-version-list",
|
15715
15716
|
"ch-ua-platform-version",
|
@@ -16660,14 +16661,12 @@
|
|
16660
16661
|
"DocumentLoaded",
|
16661
16662
|
"DedicatedWorkerOrWorklet",
|
16662
16663
|
"OutstandingNetworkRequestOthers",
|
16663
|
-
"OutstandingIndexedDBTransaction",
|
16664
16664
|
"RequestedMIDIPermission",
|
16665
16665
|
"RequestedAudioCapturePermission",
|
16666
16666
|
"RequestedVideoCapturePermission",
|
16667
16667
|
"RequestedBackForwardCacheBlockedSensors",
|
16668
16668
|
"RequestedBackgroundWorkPermission",
|
16669
16669
|
"BroadcastChannel",
|
16670
|
-
"IndexedDBConnection",
|
16671
16670
|
"WebXR",
|
16672
16671
|
"SharedWorker",
|
16673
16672
|
"WebLocks",
|
package/json/js_protocol.json
CHANGED
@@ -2180,6 +2180,12 @@
|
|
2180
2180
|
"description": "Deep serialization depth. Default is full depth. Respected only in `deep` serialization mode.",
|
2181
2181
|
"optional": true,
|
2182
2182
|
"type": "integer"
|
2183
|
+
},
|
2184
|
+
{
|
2185
|
+
"name": "additionalParameters",
|
2186
|
+
"description": "Embedder-specific parameters. For example if connected to V8 in Chrome these control DOM\nserialization via `maxNodeDepth: integer` and `includeShadowTree: \"none\" | \"open\" | \"all\"`.\nValues can be only of type string or integer.",
|
2187
|
+
"optional": true,
|
2188
|
+
"type": "object"
|
2183
2189
|
}
|
2184
2190
|
]
|
2185
2191
|
},
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -7336,6 +7336,7 @@ domain Page
|
|
7336
7336
|
ch-ua-platform
|
7337
7337
|
ch-ua-model
|
7338
7338
|
ch-ua-mobile
|
7339
|
+
ch-ua-form-factor
|
7339
7340
|
ch-ua-full-version
|
7340
7341
|
ch-ua-full-version-list
|
7341
7342
|
ch-ua-platform-version
|
@@ -8568,14 +8569,12 @@ domain Page
|
|
8568
8569
|
DocumentLoaded
|
8569
8570
|
DedicatedWorkerOrWorklet
|
8570
8571
|
OutstandingNetworkRequestOthers
|
8571
|
-
OutstandingIndexedDBTransaction
|
8572
8572
|
RequestedMIDIPermission
|
8573
8573
|
RequestedAudioCapturePermission
|
8574
8574
|
RequestedVideoCapturePermission
|
8575
8575
|
RequestedBackForwardCacheBlockedSensors
|
8576
8576
|
RequestedBackgroundWorkPermission
|
8577
8577
|
BroadcastChannel
|
8578
|
-
IndexedDBConnection
|
8579
8578
|
WebXR
|
8580
8579
|
SharedWorker
|
8581
8580
|
WebLocks
|
package/pdl/js_protocol.pdl
CHANGED
@@ -1034,6 +1034,11 @@ domain Runtime
|
|
1034
1034
|
# Deep serialization depth. Default is full depth. Respected only in `deep` serialization mode.
|
1035
1035
|
optional integer maxDepth
|
1036
1036
|
|
1037
|
+
# Embedder-specific parameters. For example if connected to V8 in Chrome these control DOM
|
1038
|
+
# serialization via `maxNodeDepth: integer` and `includeShadowTree: "none" | "open" | "all"`.
|
1039
|
+
# Values can be only of type string or integer.
|
1040
|
+
optional object additionalParameters
|
1041
|
+
|
1037
1042
|
# Represents deep serialized value.
|
1038
1043
|
type DeepSerializedValue extends object
|
1039
1044
|
properties
|
package/types/protocol.d.ts
CHANGED
@@ -1509,6 +1509,12 @@ export namespace Protocol {
|
|
1509
1509
|
* Deep serialization depth. Default is full depth. Respected only in `deep` serialization mode.
|
1510
1510
|
*/
|
1511
1511
|
maxDepth?: integer;
|
1512
|
+
/**
|
1513
|
+
* Embedder-specific parameters. For example if connected to V8 in Chrome these control DOM
|
1514
|
+
* serialization via `maxNodeDepth: integer` and `includeShadowTree: "none" | "open" | "all"`.
|
1515
|
+
* Values can be only of type string or integer.
|
1516
|
+
*/
|
1517
|
+
additionalParameters?: any;
|
1512
1518
|
}
|
1513
1519
|
|
1514
1520
|
export const enum DeepSerializedValueType {
|
@@ -12631,7 +12637,7 @@ export namespace Protocol {
|
|
12631
12637
|
* All Permissions Policy features. This enum should match the one defined
|
12632
12638
|
* in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
|
12633
12639
|
*/
|
12634
|
-
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-prefers-reduced-motion' | '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-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' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | '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' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'storage-access' | 'sync-xhr' | 'unload' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-management' | 'window-placement' | 'xr-spatial-tracking');
|
12640
|
+
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-prefers-reduced-motion' | '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-factor' | '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' | 'cross-origin-isolated' | 'direct-sockets' | 'display-capture' | 'document-domain' | 'encrypted-media' | 'execution-while-out-of-viewport' | 'execution-while-not-rendered' | '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' | 'microphone' | 'midi' | 'otp-credentials' | 'payment' | 'picture-in-picture' | 'private-aggregation' | 'private-state-token-issuance' | 'private-state-token-redemption' | 'publickey-credentials-get' | 'run-ad-auction' | 'screen-wake-lock' | 'serial' | 'shared-autofill' | 'shared-storage' | 'shared-storage-select-url' | 'smart-card' | 'storage-access' | 'sync-xhr' | 'unload' | 'usb' | 'vertical-scroll' | 'web-share' | 'window-management' | 'window-placement' | 'xr-spatial-tracking');
|
12635
12641
|
|
12636
12642
|
/**
|
12637
12643
|
* Reason for a permissions policy feature to be disabled.
|
@@ -13135,7 +13141,7 @@ export namespace Protocol {
|
|
13135
13141
|
/**
|
13136
13142
|
* List of not restored reasons for back-forward cache.
|
13137
13143
|
*/
|
13138
|
-
export type BackForwardCacheNotRestoredReason = ('NotPrimaryMainFrame' | 'BackForwardCacheDisabled' | 'RelatedActiveContentsExist' | 'HTTPStatusNotOK' | 'SchemeNotHTTPOrHTTPS' | 'Loading' | 'WasGrantedMediaAccess' | 'DisableForRenderFrameHostCalled' | 'DomainNotAllowed' | 'HTTPMethodNotGET' | 'SubframeIsNavigating' | 'Timeout' | 'CacheLimit' | 'JavaScriptExecution' | 'RendererProcessKilled' | 'RendererProcessCrashed' | 'SchedulerTrackedFeatureUsed' | 'ConflictingBrowsingInstance' | 'CacheFlushed' | 'ServiceWorkerVersionActivation' | 'SessionRestored' | 'ServiceWorkerPostMessage' | 'EnteredBackForwardCacheBeforeServiceWorkerHostAdded' | 'RenderFrameHostReused_SameSite' | 'RenderFrameHostReused_CrossSite' | 'ServiceWorkerClaim' | 'IgnoreEventAndEvict' | 'HaveInnerContents' | 'TimeoutPuttingInCache' | 'BackForwardCacheDisabledByLowMemory' | 'BackForwardCacheDisabledByCommandLine' | 'NetworkRequestDatapipeDrainedAsBytesConsumer' | 'NetworkRequestRedirected' | 'NetworkRequestTimeout' | 'NetworkExceedsBufferLimit' | 'NavigationCancelledWhileRestoring' | 'NotMostRecentNavigationEntry' | 'BackForwardCacheDisabledForPrerender' | 'UserAgentOverrideDiffers' | 'ForegroundCacheLimit' | 'BrowsingInstanceNotSwapped' | 'BackForwardCacheDisabledForDelegate' | 'UnloadHandlerExistsInMainFrame' | 'UnloadHandlerExistsInSubFrame' | 'ServiceWorkerUnregistration' | 'CacheControlNoStore' | 'CacheControlNoStoreCookieModified' | 'CacheControlNoStoreHTTPOnlyCookieModified' | 'NoResponseHead' | 'Unknown' | 'ActivationNavigationsDisallowedForBug1234857' | 'ErrorDocument' | 'FencedFramesEmbedder' | 'CookieDisabled' | 'HTTPAuthRequired' | 'WebSocket' | 'WebTransport' | 'WebRTC' | 'MainResourceHasCacheControlNoStore' | 'MainResourceHasCacheControlNoCache' | 'SubresourceHasCacheControlNoStore' | 'SubresourceHasCacheControlNoCache' | 'ContainsPlugins' | 'DocumentLoaded' | 'DedicatedWorkerOrWorklet' | 'OutstandingNetworkRequestOthers' | '
|
13144
|
+
export type BackForwardCacheNotRestoredReason = ('NotPrimaryMainFrame' | 'BackForwardCacheDisabled' | 'RelatedActiveContentsExist' | 'HTTPStatusNotOK' | 'SchemeNotHTTPOrHTTPS' | 'Loading' | 'WasGrantedMediaAccess' | 'DisableForRenderFrameHostCalled' | 'DomainNotAllowed' | 'HTTPMethodNotGET' | 'SubframeIsNavigating' | 'Timeout' | 'CacheLimit' | 'JavaScriptExecution' | 'RendererProcessKilled' | 'RendererProcessCrashed' | 'SchedulerTrackedFeatureUsed' | 'ConflictingBrowsingInstance' | 'CacheFlushed' | 'ServiceWorkerVersionActivation' | 'SessionRestored' | 'ServiceWorkerPostMessage' | 'EnteredBackForwardCacheBeforeServiceWorkerHostAdded' | 'RenderFrameHostReused_SameSite' | 'RenderFrameHostReused_CrossSite' | 'ServiceWorkerClaim' | 'IgnoreEventAndEvict' | 'HaveInnerContents' | 'TimeoutPuttingInCache' | 'BackForwardCacheDisabledByLowMemory' | 'BackForwardCacheDisabledByCommandLine' | 'NetworkRequestDatapipeDrainedAsBytesConsumer' | 'NetworkRequestRedirected' | 'NetworkRequestTimeout' | 'NetworkExceedsBufferLimit' | 'NavigationCancelledWhileRestoring' | 'NotMostRecentNavigationEntry' | 'BackForwardCacheDisabledForPrerender' | 'UserAgentOverrideDiffers' | 'ForegroundCacheLimit' | 'BrowsingInstanceNotSwapped' | 'BackForwardCacheDisabledForDelegate' | 'UnloadHandlerExistsInMainFrame' | 'UnloadHandlerExistsInSubFrame' | 'ServiceWorkerUnregistration' | 'CacheControlNoStore' | 'CacheControlNoStoreCookieModified' | 'CacheControlNoStoreHTTPOnlyCookieModified' | 'NoResponseHead' | 'Unknown' | 'ActivationNavigationsDisallowedForBug1234857' | 'ErrorDocument' | 'FencedFramesEmbedder' | 'CookieDisabled' | 'HTTPAuthRequired' | 'WebSocket' | 'WebTransport' | 'WebRTC' | 'MainResourceHasCacheControlNoStore' | 'MainResourceHasCacheControlNoCache' | 'SubresourceHasCacheControlNoStore' | 'SubresourceHasCacheControlNoCache' | 'ContainsPlugins' | 'DocumentLoaded' | 'DedicatedWorkerOrWorklet' | 'OutstandingNetworkRequestOthers' | 'RequestedMIDIPermission' | 'RequestedAudioCapturePermission' | 'RequestedVideoCapturePermission' | 'RequestedBackForwardCacheBlockedSensors' | 'RequestedBackgroundWorkPermission' | 'BroadcastChannel' | 'WebXR' | 'SharedWorker' | 'WebLocks' | 'WebHID' | 'WebShare' | 'RequestedStorageAccessGrant' | 'WebNfc' | 'OutstandingNetworkRequestFetch' | 'OutstandingNetworkRequestXHR' | 'AppBanner' | 'Printing' | 'WebDatabase' | 'PictureInPicture' | 'Portal' | 'SpeechRecognizer' | 'IdleManager' | 'PaymentManager' | 'SpeechSynthesis' | 'KeyboardLock' | 'WebOTPService' | 'OutstandingNetworkRequestDirectSocket' | 'InjectedJavascript' | 'InjectedStyleSheet' | 'KeepaliveRequest' | 'IndexedDBEvent' | 'Dummy' | 'JsNetworkRequestReceivedCacheControlNoStoreResource' | 'WebRTCSticky' | 'WebTransportSticky' | 'WebSocketSticky' | 'ContentSecurityHandler' | 'ContentWebAuthenticationAPI' | 'ContentFileChooser' | 'ContentSerial' | 'ContentFileSystemAccess' | 'ContentMediaDevicesDispatcherHost' | 'ContentWebBluetooth' | 'ContentWebUSB' | 'ContentMediaSessionService' | 'ContentScreenReader' | 'EmbedderPopupBlockerTabHelper' | 'EmbedderSafeBrowsingTriggeredPopupBlocker' | 'EmbedderSafeBrowsingThreatDetails' | 'EmbedderAppBannerManager' | 'EmbedderDomDistillerViewerSource' | 'EmbedderDomDistillerSelfDeletingRequestDelegate' | 'EmbedderOomInterventionTabHelper' | 'EmbedderOfflinePage' | 'EmbedderChromePasswordManagerClientBindCredentialManager' | 'EmbedderPermissionRequestManager' | 'EmbedderModalDialog' | 'EmbedderExtensions' | 'EmbedderExtensionMessaging' | 'EmbedderExtensionMessagingForOpenPort' | 'EmbedderExtensionSentMessageToCachedFrame');
|
13139
13145
|
|
13140
13146
|
/**
|
13141
13147
|
* Types of not restored reasons for back-forward cache.
|