devtools-protocol 0.0.957163 → 0.0.957544
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.
|
@@ -14522,7 +14522,8 @@
|
|
|
14522
14522
|
},
|
|
14523
14523
|
{
|
|
14524
14524
|
"name": "setShowHitTestBorders",
|
|
14525
|
-
"description": "
|
|
14525
|
+
"description": "Deprecated, no longer has any effect.",
|
|
14526
|
+
"deprecated": true,
|
|
14526
14527
|
"parameters": [
|
|
14527
14528
|
{
|
|
14528
14529
|
"name": "show",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
|
@@ -6713,8 +6713,8 @@ experimental domain Overlay
|
|
|
6713
6713
|
# True for showing scroll bottleneck rects
|
|
6714
6714
|
boolean show
|
|
6715
6715
|
|
|
6716
|
-
#
|
|
6717
|
-
command setShowHitTestBorders
|
|
6716
|
+
# Deprecated, no longer has any effect.
|
|
6717
|
+
deprecated command setShowHitTestBorders
|
|
6718
6718
|
parameters
|
|
6719
6719
|
# True for showing hit-test borders
|
|
6720
6720
|
boolean show
|
|
@@ -3309,7 +3309,7 @@ export namespace ProtocolMapping {
|
|
|
3309
3309
|
returnType: void;
|
|
3310
3310
|
};
|
|
3311
3311
|
/**
|
|
3312
|
-
*
|
|
3312
|
+
* Deprecated, no longer has any effect.
|
|
3313
3313
|
*/
|
|
3314
3314
|
'Overlay.setShowHitTestBorders': {
|
|
3315
3315
|
paramsType: [Protocol.Overlay.SetShowHitTestBordersRequest];
|
|
@@ -2549,7 +2549,7 @@ export namespace ProtocolProxyApi {
|
|
|
2549
2549
|
setShowScrollBottleneckRects(params: Protocol.Overlay.SetShowScrollBottleneckRectsRequest): Promise<void>;
|
|
2550
2550
|
|
|
2551
2551
|
/**
|
|
2552
|
-
*
|
|
2552
|
+
* Deprecated, no longer has any effect.
|
|
2553
2553
|
*/
|
|
2554
2554
|
setShowHitTestBorders(params: Protocol.Overlay.SetShowHitTestBordersRequest): Promise<void>;
|
|
2555
2555
|
|