Skip to content

Commit

Permalink
Merge branch 'master' into test-dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonsm92 committed Feb 7, 2020
2 parents 92430ce + 2586635 commit 754c394
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<span class="badge-npmdownloads"><a href="https://npmjs.org/package/js-to-formdata" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/js-to-formdata.svg" alt="NPM downloads" /></a></span>
[![Coverage Status](https://coveralls.io/repos/github/alisonsm92/js-to-formdata/badge.svg?branch=test-dev-dependencies)](https://coveralls.io/github/alisonsm92/js-to-formdata?branch=test-dev-dependencies)


Module that makes it possible and easy for you to convert nested javascript objects directly to [Form-Data](https://www.npmjs.com/package/form-data).

Supports objects with property values of the [primitives javascript types](https://javascript.info/types), as well as arrays, buffers and file streams.
Expand Down Expand Up @@ -161,4 +162,4 @@ const originalObject = {

const formData = convertObjectToFormData(originalObject, { form });

```
```

0 comments on commit 754c394

Please sign in to comment.