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
fix: switch to undici for requests to fix stream close errors (#666)
When updating WPT resources, the `wpt` command would sometimes
throw a `ERR_STREAM_PREMATURE_CLOSE` error. Switching to `undici`
fixes this issue.
The `undici` `fetch` function is only supported on Node.js 16.8+.
BREAKING CHANGE: Node.js 14.x is no longer supported.
0 commit comments