@tim-lai/isomorphic-form-data
A module to create readable `"multipart/form-data"` isomorphically in node and the browser.
Last updated 6 years ago by tim-lai .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @tim-lai/isomorphic-form-data 
SYNC missed versions from official npm registry.

isomorphic-form-data

A module to create readable "multipart/form-data" isomorphically in node and the browser.

For node, use a single dependency, formdata-node
For browser, use the browser's window.FormData method

Install

npm i @tim-lai/isomorphic-form-data

Usage

const FormData = require('@tim-lai/isomorphic-form-data)

Related links

License

View the LICENSE file (MIT)

Current Tags

  • 1.0.0                                ...           latest (6 years ago)

1 Versions

  • 1.0.0                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (1)
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |