Skip to content

Commit

Permalink
add experimental fetch support notice (#2583)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicho committed Feb 6, 2024
1 parent f4d1b15 commit 4ad60ba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -9,8 +9,13 @@
[npmjs]: https://www.npmjs.com/package/nock
[build]: https://travis-ci.org/nock/nock

> **Warning**
> nock is currently not compatible with Node's experimental native `fetch` implementation. See [#2397](https://github.com/nock/nock/issues/2397)
> **Notice**
>
> We have introduced experimental support for fetch. Please share your feedback with us. You can install it by:
>
> ```
> npm install --save-dev nock@beta
> ```
HTTP server mocking and expectations library for Node.js

Expand Down

0 comments on commit 4ad60ba

Please sign in to comment.