Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(url, ?numSockets)
Parameters:
string
-
URL for preconnect. Only the origin is relevant for opening the socket.
?numSockets : float
-
number of sockets to preconnect. Must be between 1 and 6. Defaults to 1.
Returns: Options
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.numSockets
|
number of sockets to preconnect. Must be between 1 and 6. Defaults to 1. |
Full Usage:
this.url
|
URL for preconnect. Only the origin is relevant for opening the socket. |
fable-electron-docs-api