We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
useHttps
1 parent 97f474e commit 529a9d5Copy full SHA for 529a9d5
packages/react-devtools-core/README.md
@@ -21,6 +21,7 @@ Be sure to run this function *before* importing e.g. `react`, `react-dom`, `reac
21
The `config` object may contain:
22
* `host: string` (defaults to "localhost") - Websocket will connect to this host.
23
* `port: number` (defaults to `8097`) - Websocket will connect to this port.
24
+* `useHttps: boolean` (defaults to `false`) - Websocked should use a secure protocol (wss).
25
* `websocket: Websocket` - Custom websocket to use. Overrides `host` and `port` settings if provided.
26
* `resolveRNStyle: (style: number) => ?Object` - Used by the React Native style plug-in.
27
* `isAppActive: () => boolean` - If provided, DevTools will poll this method and wait until it returns true before connecting to React.
0 commit comments