Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: switch to undici for requests to fix stream close errors #666

Merged
merged 3 commits into from
Feb 22, 2023

Commits on Feb 19, 2023

  1. fix: switch to undici for requests to fix stream close errors

    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 16+.
    After discussing with the team, we agreed that dropping support
    for Node 14 in this tool was acceptable.
    austinkelleher committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    f8dd3ea View commit details
    Browse the repository at this point in the history
  2. chore: include Node.js 19.x in test strategy

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    austinkelleher and aduh95 authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    5b81893 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    a9c0974 View commit details
    Browse the repository at this point in the history