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 f9dd338 commit 22f70cdCopy full SHA for 22f70cd
1 file changed
.changeset/large-deer-send.md
@@ -0,0 +1,18 @@
1
+---
2
+'@gkoos/ffetch': minor
3
4
+
5
+Added
6
7
+- Support for modern AbortSignal.timeout and AbortSignal.any APIs (requires polyfill for Node <20 and older browsers).
8
+- cause property to all custom error classes for better error provenance.
9
10
+Changed
11
12
+- Refactored timeout and abort logic to use only AbortSignal APIs; removed manual timeout fallback.
13
+- Tests now strictly assert error types and .cause properties.
14
+- Improved test coverage for edge cases and fallback branches.
15
16
+Docs
17
18
+- Updated README with new prerequisites, error .cause documentation, and polyfill instructions.
0 commit comments