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
|
Full Usage:
this.method
Modifiers: abstract |
|
Full Usage:
this.redirectUrl
Modifiers: abstract |
|
Full Usage:
this.responseHeaders
Modifiers: abstract |
|
Full Usage:
this.statusCode
Modifiers: abstract |
|
fable-electron-docs-api