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

[v16.x backport] lib: add fetch #42727

Closed
wants to merge 6 commits into from

Commits on Apr 20, 2022

  1. lib: add fetch

    Fixes: nodejs#19393
    
    PR-URL: nodejs#41749
    Refs: nodejs/undici#1183
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Geoffrey Booth <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Darshan Sen <[email protected]>
    Reviewed-By: Mestery <[email protected]>
    Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
    Reviewed-By: Gus Caplan <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: Myles Borins <[email protected]>
    targos authored and aduh95 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    7182c40 View commit details
    Browse the repository at this point in the history
  2. deps: update undici to 3e267ece5f

    PR-URL: nodejs#41955
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Mestery <[email protected]>
    Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    targos authored and aduh95 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    9ff1fe5 View commit details
    Browse the repository at this point in the history
  3. deps: update undici to 4.15.1

    This also adds a script to automate the update and includes the sources
    included in the npm tarball.
    
    PR-URL: nodejs#42246
    Fixes: nodejs#42199
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Mestery <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Tierney Cyren <[email protected]>
    targos authored and aduh95 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    04cfdf2 View commit details
    Browse the repository at this point in the history
  4. deps: update undici to 4.16.0

    PR-URL: nodejs#42414
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Mestery <[email protected]>
    Reviewed-By: Darshan Sen <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    nodejs-github-bot authored and aduh95 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    d5141a6 View commit details
    Browse the repository at this point in the history
  5. deps: update undici to 5.0.0

    PR-URL: nodejs#42583
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
    Reviewed-By: Mestery <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Darshan Sen <[email protected]>
    nodejs-github-bot authored and aduh95 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ca83d4f View commit details
    Browse the repository at this point in the history
  6. lib: add FormData global when fetch is enabled

    PR-URL: nodejs#41956
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Minwoo Jung <[email protected]>
    Reviewed-By: Mestery <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    targos authored and aduh95 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    f79cf35 View commit details
    Browse the repository at this point in the history