Node.js Crew Talk Quiz

Question 1/5
In Node.js context, "undici" is:
1
New Node.js HTTP server replacing Express
2
Codename for ES11
3
Codename for the upcoming V8 engine version 11
4
New HTTP client implementation
You can use `fetch` function in Node.js v18…
1
Anywhere
2
After import from `http/fetch`
3
Only through an external package
4
With flag `--experimental-fetch`