You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/tot/protocol.json
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -8833,13 +8833,13 @@
8833
8833
},
8834
8834
{
8835
8835
"name": "x",
8836
-
"type": "integer",
8837
-
"description": "X coordinate of the event relative to the main frame's viewport."
8836
+
"type": "number",
8837
+
"description": "X coordinate of the event relative to the main frame's viewport in CSS pixels."
8838
8838
},
8839
8839
{
8840
8840
"name": "y",
8841
-
"type": "integer",
8842
-
"description": "Y coordinate of the event relative to the main frame's viewport. 0 refers to the top of the viewport and Y increases as it proceeds towards the bottom of the viewport."
8841
+
"type": "number",
8842
+
"description": "Y coordinate of the event relative to the main frame's viewport in CSS pixels. 0 refers to the top of the viewport and Y increases as it proceeds towards the bottom of the viewport."
8843
8843
},
8844
8844
{
8845
8845
"name": "modifiers",
@@ -8984,12 +8984,12 @@
8984
8984
"parameters": [
8985
8985
{
8986
8986
"name": "x",
8987
-
"type": "integer",
8987
+
"type": "number",
8988
8988
"description": "X coordinate of the start of the gesture in CSS pixels."
8989
8989
},
8990
8990
{
8991
8991
"name": "y",
8992
-
"type": "integer",
8992
+
"type": "number",
8993
8993
"description": "Y coordinate of the start of the gesture in CSS pixels."
8994
8994
},
8995
8995
{
@@ -9018,35 +9018,35 @@
9018
9018
"parameters": [
9019
9019
{
9020
9020
"name": "x",
9021
-
"type": "integer",
9021
+
"type": "number",
9022
9022
"description": "X coordinate of the start of the gesture in CSS pixels."
9023
9023
},
9024
9024
{
9025
9025
"name": "y",
9026
-
"type": "integer",
9026
+
"type": "number",
9027
9027
"description": "Y coordinate of the start of the gesture in CSS pixels."
9028
9028
},
9029
9029
{
9030
9030
"name": "xDistance",
9031
-
"type": "integer",
9031
+
"type": "number",
9032
9032
"optional": true,
9033
9033
"description": "The distance to scroll along the X axis (positive to scroll left)."
9034
9034
},
9035
9035
{
9036
9036
"name": "yDistance",
9037
-
"type": "integer",
9037
+
"type": "number",
9038
9038
"optional": true,
9039
9039
"description": "The distance to scroll along the Y axis (positive to scroll up)."
9040
9040
},
9041
9041
{
9042
9042
"name": "xOverscroll",
9043
-
"type": "integer",
9043
+
"type": "number",
9044
9044
"optional": true,
9045
9045
"description": "The number of additional pixels to scroll back along the X axis, in addition to the given distance."
9046
9046
},
9047
9047
{
9048
9048
"name": "yOverscroll",
9049
-
"type": "integer",
9049
+
"type": "number",
9050
9050
"optional": true,
9051
9051
"description": "The number of additional pixels to scroll back along the Y axis, in addition to the given distance."
9052
9052
},
@@ -9095,12 +9095,12 @@
9095
9095
"parameters": [
9096
9096
{
9097
9097
"name": "x",
9098
-
"type": "integer",
9098
+
"type": "number",
9099
9099
"description": "X coordinate of the start of the gesture in CSS pixels."
9100
9100
},
9101
9101
{
9102
9102
"name": "y",
9103
-
"type": "integer",
9103
+
"type": "number",
9104
9104
"description": "Y coordinate of the start of the gesture in CSS pixels."
href="https://chromium.googlesource.com/chromium/src/+log/master/third_party/WebKit/Source/core/inspector/browser_protocol.json">browser_protocol.json</a> version updated:</h5>
0 commit comments