You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you can only specify the status code in renderData() but it would be useful to be able to specify status text as well sometimes. Since the JSONP callback is the optional 4th argument, probably the easiest way to support this is to allow status code to be either a numeric value on its own (as now) or a vector pair of status code and text.
The text was updated successfully, but these errors were encountered:
Currently you can only specify the status code in
renderData()
but it would be useful to be able to specify status text as well sometimes. Since the JSONP callback is the optional 4th argument, probably the easiest way to support this is to allow status code to be either a numeric value on its own (as now) or a vector pair of status code and text.The text was updated successfully, but these errors were encountered: