Releases: remix-run/web-std-io
Releases · remix-run/web-std-io
@remix-run/web-fetch@4.3.5
Patch Changes
- cf9ee6f: Submitted empty file inputs are now correctly parsed out as empty
File
instances instead of being surfaced as an empty string viarequest.formData()
@remix-run/web-fetch@4.3.4
Patch Changes
- 7f91c87: fixes "ERR_INVALID_THIS" on Node 20
@remix-run/web-fetch@4.3.3
@remix-run/web-form-data@3.0.4
Patch Changes
- c4a9738: allow passing a form to FormData. implementation taken from https://github.com/tchak/remix-router-turbo/blob/main/test/setup-test-env.ts, thank you @tchak
@remix-run/web-fetch@4.3.2
@remix-run/web-fetch@4.3.1
Patch Changes
- eb54144: Make Request signal handling follow spec: https://fetch.spec.whatwg.org/#ref-for-map-exists%E2%91%A0%E2%91%A3
@remix-run/web-fetch@4.3.0
@remix-run/web-form-data@3.0.3
@remix-run/web-fetch@4.2.0
Minor Changes
- a34cb39: Fixes redirects failing when response is chunked but empty. This is backported from node-fetch/node-fetch#1222