Skip to content

February 13, 2025

Choose a tag to compare

@theguild-bot theguild-bot released this 13 Feb 12:56
· 1126 commits to master since this release
0f6399a

@whatwg-node/node-fetch@0.7.9

Patch Changes

  • #2049
    7c95998
    Thanks @ardatan! - Redirect with correct status codes

  • #2051
    252f68b
    Thanks @ardatan! - Fix crash on null header values during inspect

  • #2009
    5b5ae5f
    Thanks @ardatan! - When fetch('file:///...') is used to read
    files;

    • 404 is returned if the file is missing
    • 403 is returned if the file is not accessible