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: third_party/blink/public/devtools_protocol/browser_protocol.json
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,12 @@
75
75
"description": "Whether Frame Timings and screenshots are supported in performance traces.",
76
76
"optional": true,
77
77
"type": "boolean"
78
+
},
79
+
{
80
+
"name": "unstable_networkThrottlingEnabled",
81
+
"description": "Whether network throttling is supported in the Network panel.",
82
+
"optional": true,
83
+
"type": "boolean"
78
84
}
79
85
]
80
86
},
@@ -84,7 +90,7 @@
84
90
"parameters": [
85
91
{
86
92
"name": "isSingleHost",
87
-
"description": "Whether the application has a single React Native host. If an app or\nframework intantiates multiple hosts, some debugger features will not\n behave safely and should be dynamically disabled.",
93
+
"description": "Whether the application has a single React Native host. If an app or\nframework intantiates multiple hosts, some debugger features will not\nbehave safely and should be dynamically disabled.",
0 commit comments