UNPKG

@web-std/form-data

Version:

Web API compatible Form Data implementation

25 lines (19 loc) 948 B
# @web-std/form-data [![ci][ci.icon]][ci.url] [![package][version.icon] ![downloads][downloads.icon]][package.url] [![styled with prettier][prettier.icon]][prettier.url] Web API compatible [FormData][] for nodejs. ## Install ```sh npm install @web-std/form-data ``` [ci.icon]: https://github.com/web-std/io/workflows/form-data/badge.svg [ci.url]: https://github.com/web-std/io/actions/workflows/form-data.yml [version.icon]: https://img.shields.io/npm/v/@web-std/form-data.svg [downloads.icon]: https://img.shields.io/npm/dm/@web-std/form-data.svg [package.url]: https://npmjs.org/package/@web-std/form-data [downloads.image]: https://img.shields.io/npm/dm/@web-std/form-data.svg [downloads.url]: https://npmjs.org/package/@web-std/form-data [prettier.icon]: https://img.shields.io/badge/styled_with-prettier-ff69b4.svg [prettier.url]: https://github.com/prettier/prettier [formdata]: https://developer.mozilla.org/en-US/docs/Web/API/FormData