Optional
serializer for the form data. given the form data it should return the serialized data
URLSearchParams-based serializer
URLSearchParams
`serialize({ a: 123, b: 'hello' }) => 'a=123&b=hello'` Copy
`serialize({ a: 123, b: 'hello' }) => 'a=123&b=hello'`
serializer for the form data. given the form data it should return the serialized data