Node.js Crew Talk Quiz
Question 1/5
In Node.js context, "undici" is:
1
New Node.js HTTP server replacing Express2
Codename for ES113
Codename for the upcoming V8 engine version 114
New HTTP client implementationYou can use `fetch` function in Node.js v18…
1
Anywhere2
After import from `http/fetch`3
Only through an external package4
With flag `--experimental-fetch`