Skip to content

Commit 529a9d5

Browse files
authored
Added useHttps docs
1 parent 97f474e commit 529a9d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-devtools-core/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Be sure to run this function *before* importing e.g. `react`, `react-dom`, `reac
2121
The `config` object may contain:
2222
* `host: string` (defaults to "localhost") - Websocket will connect to this host.
2323
* `port: number` (defaults to `8097`) - Websocket will connect to this port.
24+
* `useHttps: boolean` (defaults to `false`) - Websocked should use a secure protocol (wss).
2425
* `websocket: Websocket` - Custom websocket to use. Overrides `host` and `port` settings if provided.
2526
* `resolveRNStyle: (style: number) => ?Object` - Used by the React Native style plug-in.
2627
* `isAppActive: () => boolean` - If provided, DevTools will poll this method and wait until it returns true before connecting to React.

0 commit comments

Comments
 (0)