web-std / io

Web standard IO APIs implemented for nodejs
92 stars 31 forks source link

feat(fetch): backport `node-fetch`'s redirect bugfix #77

Closed MichaelDeBoey closed 1 year ago

MichaelDeBoey commented 1 year ago

See @BenMcH's https://github.com/remix-run/web-std-io/pull/13

node-fetch PR that this work is based upon: https://github.com/node-fetch/node-fetch/pull/1222

CC/ @alanshaw @Gozala