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)