Skip to content

Commit 7082119

Browse files
committed
Add requirements section to readme.md
1 parent 4b3647a commit 7082119

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Encode `FormData` content into the `multipart/form-data` format
66
[![CI](https://github.com/octet-stream/form-data-encoder/workflows/CI/badge.svg)](https://github.com/octet-stream/form-data-encoder/actions/workflows/ci.yml)
77
[![ESLint](https://github.com/octet-stream/form-data-encoder/workflows/ESLint/badge.svg)](https://github.com/octet-stream/form-data-encoder/actions/workflows/eslint.yml)
88

9+
## Requirements
10+
11+
- Node.js v14.17 or higher;
12+
- Runtime should support `TextEncoder`, `TextDecoder`, `WeakMap`, `WeakSet` and async generator functions;
13+
- For TypeScript users: tsc v4.3 or higher.
14+
915
## Installation
1016

1117
You can install this package using npm:

0 commit comments

Comments
 (0)