devtools-protocol 0.0.1356270 → 0.0.1356896
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.
@@ -16941,7 +16941,8 @@
|
|
16941
16941
|
},
|
16942
16942
|
{
|
16943
16943
|
"name": "setShowWebVitals",
|
16944
|
-
"description": "
|
16944
|
+
"description": "Deprecated, no longer has any effect.",
|
16945
|
+
"deprecated": true,
|
16945
16946
|
"parameters": [
|
16946
16947
|
{
|
16947
16948
|
"name": "show",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -7925,8 +7925,8 @@ experimental domain Overlay
|
|
7925
7925
|
# True for showing hit-test borders
|
7926
7926
|
boolean show
|
7927
7927
|
|
7928
|
-
#
|
7929
|
-
command setShowWebVitals
|
7928
|
+
# Deprecated, no longer has any effect.
|
7929
|
+
deprecated command setShowWebVitals
|
7930
7930
|
parameters
|
7931
7931
|
boolean show
|
7932
7932
|
|
@@ -3705,7 +3705,7 @@ export namespace ProtocolMapping {
|
|
3705
3705
|
returnType: void;
|
3706
3706
|
};
|
3707
3707
|
/**
|
3708
|
-
*
|
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
|
-
*
|
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
|
-
*
|
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
|
|