Skip to content

Commit

Permalink
Mention Node.js 18.3.0 is required for native fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriangalliat committed Jul 5, 2022
1 parent b1fc342 commit cfd2eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Internally the plugin uses a cookie jar. You can insert your own

## Usage

With Node 18 and greater that has a global `fetch` function provided by
[undici](https://github.com/nodejs/undici):
With Node.js 18.3.0 and greater, using the native global `fetch`
function:

```js
import makeFetchCookie from 'fetch-cookie'
Expand Down

0 comments on commit cfd2eca

Please sign in to comment.