must be an instance of FormData (was object)
Hello!
This code:
Throws following error:
However,
What am I doing wrong?
This code:
Throws following error:
However,
formData is instanceof FormData and the log also says it's FormData:What am I doing wrong?
