Allow FormData constructor to accept array or object too #202
Labels
addition/proposal
New features or enhancements
needs implementer interest
Moving the issue forward requires implementers to express interest
topic: formdata
Like the URLSearchParams allow the FormData constructor able to accept a iterable array or object
instead of having to manually append everything
Current way of solving things:
(this don't work for files/blobs)
Suggested way
The text was updated successfully, but these errors were encountered: