We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6683aa commit 1d51752Copy full SHA for 1d51752
CHANGELOG.md
@@ -5,6 +5,14 @@ Changelog
5
6
# 2.x release
7
8
+## v2.1.2
9
+
10
+- Fix: allow `Body` methods to work on ArrayBuffer`-backed `Body` objects
11
+- Fix: reject promise returned by `Body` methods when the accumulated `Buffer` exceeds the maximum size
12
+- Fix: support custom `Host` headers with any casing
13
+- Fix: support importing `fetch()` from TypeScript in `browser.js`
14
+- Fix: handle the redirect response body properly
15
16
## v2.1.1
17
18
Fix packaging errors in v2.1.0.
0 commit comments