logo

/Code Snippet|v2.3.3

Typedef

ajax/successCallback:

Function

index.mjsline 234

successCallback is executed when the response is received successfully

PARAMETERS
NameTypeDescription

response

Object

success response wrapper

PROPERTIES
NameTypeDescription

status

number

response status code

statusText

string

response status text

data

*

response data. If its Content-Type is 'application/json', the parsed object will be passed.

headers

Object.<stringstring>

response headers

Resizable