toUrlEncodedFormDataString

Type: function
Alias for both toFormDataString and urlEncode, combining the functionality of both to return an encoded URL from parsing the obj parameter (see their entries for details).

Body

return urlEncode(toFormDataString(obj));

Classpath

Children