ajax/successCallback:
Function
index.mjsline 234successCallback is executed when the response is received successfully
PARAMETERS
Name Type Description response
Object
success response wrapper
PROPERTIES
Name Type Description 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