You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whatwg/fetch#1457 introduced a required duplex option when sending a body in fetch calls. This results in errors like the following:
Uncaught TypeError: RequestInit: duplex option is required when sending a body.
at new Request (node:internal/deps/undici/undici:7090:19)
when fetching via Node.js. Electron was hit with this in latest Node.js in our asset upload logic which falls down to the new requirement. CI error can be seen here.
Versions
Node.js v18.14.0
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
whatwg/fetch#1457 introduced a required
duplex
option when sending a body in fetch calls. This results in errors like the following:when fetching via Node.js. Electron was hit with this in latest Node.js in our asset upload logic which falls down to the new requirement. CI error can be seen here.
Versions
Node.js
v18.14.0
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: