Session.setSSLConfig method
Session › setSSLConfig
Unofficial
Sets the SSL configuration for the session.Signature:
setSSLConfig(config: ElectronSSLConfigConfig): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| config | ElectronSSLConfigConfig | The SSL configuration. |
Returns: void