- 37개 파일 IP → zioinfo.co.kr 치환 (소스/매뉴얼/설정/하네스) - Manager DrConsole/NetworkConsole/CsapConsole 빌드 + /var/www/manager/ 배포 - 테스트: Manager HTTP 200, ITSM 신규 API 7개 전체 200 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
990 B
Markdown
25 lines
990 B
Markdown
# @remix-run/web-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 @remix-run/web-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/@remix-run/web-form-data.svg
|
|
[downloads.icon]: https://img.shields.io/npm/dm/@remix-run/web-form-data.svg
|
|
[package.url]: https://npmjs.org/package/@remix-run/web-form-data
|
|
[downloads.image]: https://img.shields.io/npm/dm/@remix-run/web-form-data.svg
|
|
[downloads.url]: https://npmjs.org/package/@remix-run/web-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
|