Closed
Description
If a nested object is passed as data in the
For example:
{a: {'b': 5}, c: "ok"}
should get serialized as
a[b]=5&c=ok
previous versions sent this to the server
a=[object Object]&c=ok
current version on master throws an Exception (firefox 12.0)
Component returned failure code: 0x80460001 (NS_ERROR_CANNOT_CONVERT_DATA) [nsIDOMFormData.append]
Will submit a pull request to fix this soon once I setup a basic test case.
Metadata
Metadata
Assignees
Labels
No labels