ElectronApp.configureHostResolver method
ElectronApp › configureHostResolver
Unofficial
Configures host resolution (DNS and DNS-over-HTTPS). Must be called after theready event. Signature:
configureHostResolver(options: ElectronConfigureHostResolverOptions): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| options | ElectronConfigureHostResolverOptions | The host resolver options. |
Returns: void