We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12be9ee commit 4f20063Copy full SHA for 4f20063
1 file changed
CHANGELOG.md
@@ -10,6 +10,10 @@
10
- Fix unclosed requests after client is closed in-between fetch request.
11
- Fix `HEAD` request in FireFox.
12
- Handle response length checks.
13
+- Add `FetchRequest` class that wraps other `Request` to provide fetch options
14
+ overrides.
15
+- Removed `integrity` from `FetchClient` constructor as it wasn't used, use
16
+ `FetchRequest.integrity` instead.
17
18
19
## 1.0.2
0 commit comments