devtools-protocol 0.0.1356270 → 0.0.1358005

Sign up to get free protection for your applications and to get access to all the features.
@@ -16941,7 +16941,8 @@
16941
16941
  },
16942
16942
  {
16943
16943
  "name": "setShowWebVitals",
16944
- "description": "Request that backend shows an overlay with web vital metrics.",
16944
+ "description": "Deprecated, no longer has any effect.",
16945
+ "deprecated": true,
16945
16946
  "parameters": [
16946
16947
  {
16947
16948
  "name": "show",
@@ -17193,6 +17194,7 @@
17193
17194
  "deferred-fetch",
17194
17195
  "digital-credentials-get",
17195
17196
  "direct-sockets",
17197
+ "direct-sockets-private",
17196
17198
  "display-capture",
17197
17199
  "document-domain",
17198
17200
  "encrypted-media",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1356270",
3
+ "version": "0.0.1358005",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -7925,8 +7925,8 @@ experimental domain Overlay
7925
7925
  # True for showing hit-test borders
7926
7926
  boolean show
7927
7927
 
7928
- # Request that backend shows an overlay with web vital metrics.
7929
- command setShowWebVitals
7928
+ # Deprecated, no longer has any effect.
7929
+ deprecated command setShowWebVitals
7930
7930
  parameters
7931
7931
  boolean show
7932
7932
 
@@ -8090,6 +8090,7 @@ domain Page
8090
8090
  deferred-fetch
8091
8091
  digital-credentials-get
8092
8092
  direct-sockets
8093
+ direct-sockets-private
8093
8094
  display-capture
8094
8095
  document-domain
8095
8096
  encrypted-media
@@ -3705,7 +3705,7 @@ export namespace ProtocolMapping {
3705
3705
  returnType: void;
3706
3706
  };
3707
3707
  /**
3708
- * Request that backend shows an overlay with web vital metrics.
3708
+ * Deprecated, no longer has any effect.
3709
3709
  */
3710
3710
  'Overlay.setShowWebVitals': {
3711
3711
  paramsType: [Protocol.Overlay.SetShowWebVitalsRequest];
@@ -2829,7 +2829,7 @@ export namespace ProtocolProxyApi {
2829
2829
  setShowHitTestBorders(params: Protocol.Overlay.SetShowHitTestBordersRequest): Promise<void>;
2830
2830
 
2831
2831
  /**
2832
- * Request that backend shows an overlay with web vital metrics.
2832
+ * Deprecated, no longer has any effect.
2833
2833
  */
2834
2834
  setShowWebVitals(params: Protocol.Overlay.SetShowWebVitalsRequest): Promise<void>;
2835
2835
 
@@ -3033,7 +3033,7 @@ export namespace ProtocolTestsProxyApi {
3033
3033
  setShowHitTestBorders(params: Protocol.Overlay.SetShowHitTestBordersRequest): Promise<{id: number, result: void, sessionId: string}>;
3034
3034
 
3035
3035
  /**
3036
- * Request that backend shows an overlay with web vital metrics.
3036
+ * Deprecated, no longer has any effect.
3037
3037
  */
3038
3038
  setShowWebVitals(params: Protocol.Overlay.SetShowWebVitalsRequest): Promise<{id: number, result: void, sessionId: string}>;
3039
3039
 
@@ -13424,7 +13424,7 @@ export namespace Protocol {
13424
13424
  * All Permissions Policy features. This enum should match the one defined
13425
13425
  * in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
13426
13426
  */
13427
- 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' | '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' | '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');
13427
+ 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' | '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');
13428
13428
 
13429
13429
  /**
13430
13430
  * Reason for a permissions policy feature to be disabled.