Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/parsajiravand/simple-form-data

This package provides a utility function `simpleFormData` for converting a JavaScript object into `FormData` format, which is especially useful when the content type is `multipart/form-data`. This utility can be used directly in the `body` of a `fetch` request.
https://github.com/parsajiravand/simple-form-data

fetch file-upload form form-data forms javascript multipart-formdata simple-form-data typescript upload upload-images

Last synced: about 1 month ago
JSON representation

This package provides a utility function `simpleFormData` for converting a JavaScript object into `FormData` format, which is especially useful when the content type is `multipart/form-data`. This utility can be used directly in the `body` of a `fetch` request.

Awesome Lists containing this project