@fetchkit/ffetch 4.0.11 → 4.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,6 +172,12 @@ npm install abort-controller-x
|
|
|
172
172
|
| Modern APIs | ✅ Web standards | ❌ XMLHttpRequest | ✅ Fetch + modern features |
|
|
173
173
|
| Custom Fetch Support | ❌ No (global only) | ❌ No | ✅ Yes (wrap any fetch-compatible implementation, including framework or custom fetch) |
|
|
174
174
|
|
|
175
|
+
## Join the Community
|
|
176
|
+
|
|
177
|
+
Got questions, want to discuss features, or share examples? Join the **Fetch-Kit Discord server**:
|
|
178
|
+
|
|
179
|
+
[](https://discord.gg/sdyPBPCDUg)
|
|
180
|
+
|
|
175
181
|
## Contributing
|
|
176
182
|
|
|
177
183
|
- **Issues**: [GitHub Issues](https://github.com/fetch-kit/ffetch/issues)
|