Interface IPayloadData

IPayloadData describes interface of payload sent via POST channel

Hierarchy

  • IPayloadData

Properties

data: string | Uint8Array
disableFetchKeepAlive?: boolean
disableXhrSync?: boolean
headers?: {
    [name: string]: string;
}

Type declaration

  • [name: string]: string
sendReason?: SendRequestReason
timeout?: number
urlString: string

Generated using TypeDoc