Header menu logo fable-electron-docs-api

IOnRedirect Type

Emitted when the server returns a redirect response (e.g. 301 Moved Permanently). Calling request.followRedirect will continue with the redirection. If this event is handled, request.followRedirect must be called synchronously, otherwise the request will be cancelled.

Instance members

Instance member Description

this.method

Full Usage: this.method

Modifiers: abstract

this.redirectUrl

Full Usage: this.redirectUrl

Modifiers: abstract

this.responseHeaders

Full Usage: this.responseHeaders

Modifiers: abstract

this.statusCode

Full Usage: this.statusCode

Modifiers: abstract

Type something to start searching.