Header menu logo fable-electron-docs-api

IOnCertificateError Type

Emitted when failed to verify the certificate for url, to trust the certificate you should prevent the default behavior with event.preventDefault() and call callback(true).

Instance members

Instance member Description

this.callback arg1

Full Usage: this.callback arg1

Returns: bool
Modifiers: abstract
Returns: bool

this.certificate

Full Usage: this.certificate

Modifiers: abstract

this.error

Full Usage: this.error

Modifiers: abstract

The error code

this.event

Full Usage: this.event

Modifiers: abstract

this.isMainFrame

Full Usage: this.isMainFrame

Modifiers: abstract

this.url

Full Usage: this.url

Modifiers: abstract

this.webContents

Full Usage: this.webContents

Modifiers: abstract

Type something to start searching.