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
* @description Detail message shown when a feature is disabled due to multiple React Native hosts.
26
+
*/
27
+
multiHostFeatureDisabledDetail: 'This feature is disabled as the app or framework has configured multiple React Native hosts, which we do not yet support safely.',
Copy file name to clipboardExpand all lines: third_party/blink/public/devtools_protocol/browser_protocol.json
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,17 @@
72
72
}
73
73
]
74
74
},
75
+
{
76
+
"name": "systemStateChanged",
77
+
"description": "Emitted when assertions about the debugger backend have changed.",
78
+
"parameters": [
79
+
{
80
+
"name": "isSingleHost",
81
+
"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.",
82
+
"type": "boolean"
83
+
}
84
+
]
85
+
},
75
86
{
76
87
"name": "traceRequested",
77
88
"description": "Fired when React Native requests Chrome DevTools to prepare for displaying the captured Trace."
0 commit comments