What's Changed
- fetch: implement whatwg/fetch#1544 by @KhafraDev in #1780
- fix(fetch): set content-length header for FormData body by @KhafraDev in #1785
- fix(fetch): parse multipart/form-data non-ASCII field names by @repsac-by in #1786
- fix(fetch): connection is cancelled when redirecting by @KhafraDev in #1787
- build(deps-dev): bump sinon from 14.0.2 to 15.0.0 by @dependabot in #1788
- wpt: update
response-static-error.any.js
by @KhafraDev in #1789 - fix: connect option types by @Kaciras in #1790
- fix(fetch): send headers in the case that they were sent by @KhafraDev in #1784
- fetch: prefer global over lazy loading by @KhafraDev in #1793
- perf: reduce number of native calls from fetch.body by @anonrig in #1792
- perf: improve isomorphic decode performance by @anonrig in #1791
- More correct filereader event firing by @KhafraDev in #1796
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #1797
- feat(fetch): add in native File class support by @KhafraDev in #1779
- perf: Keep weak reference to session for re-use by @ronag in #1802
New Contributors
Full Changelog: v5.13.0...v5.14.0