Skip to content

Commit 4ad60ba

Browse files
author
Michael Solomon
authored
add experimental fetch support notice (#2583)
1 parent f4d1b15 commit 4ad60ba

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@
99
[npmjs]: https://www.npmjs.com/package/nock
1010
[build]: https://travis-ci.org/nock/nock
1111

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

0 commit comments

Comments
 (0)