Commit 3c9fca7
authored
feat: exports undici (#554)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Bug Fixes**
- Improved error handling and diagnostics publishing for fetch
operations, ensuring errors are reported through the correct channel.
- **New Features**
- Enhanced type definitions with new types for better type safety:
`BodyInit`, `ResponseInit`, `Headers`, and `FormData`.
- Optimized handling of HTTP requests with caching for socket-based
clients.
- **Documentation**
- Updated export statements to maintain compatibility with existing
libraries while enhancing functionality.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 104664d commit 3c9fca7
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments