Header menu logo fable-electron-docs-api

BeforeSendResponse Type

Constructors

Constructor Description

BeforeSendResponse(?cancel, ?requestHeaders)

Full Usage: BeforeSendResponse(?cancel, ?requestHeaders)

Parameters:
    ?cancel : bool -
    ?requestHeaders : Record<string, U2<string, string[]>> - When provided, request will be made with these headers.

Returns: BeforeSendResponse
?cancel : bool

?requestHeaders : Record<string, U2<string, string[]>>

When provided, request will be made with these headers.

Returns: BeforeSendResponse

Instance members

Instance member Description

this.cancel

Full Usage: this.cancel

this.requestHeaders

Full Usage: this.requestHeaders

When provided, request will be made with these headers.

Type something to start searching.