Frequently Asked Questions (FAQ)
1. Is BoltFetch compatible with Bun? Yes! BoltFetch uses native web APIs, making it perfect for Bun, Deno, Cloudflare Workers, and modern browsers.
2. How do I send FormData?
Simply pass a FormData object to the body. BoltFetch detects FormData and automatically removes the Content-Type: application/json header.
3. Does BoltFetch support SSR in Next.js? Yes, it works flawlessly in Server Components.
4. How do I abort a request manually?
You can pass your own AbortSignal in the configuration, or utilize the timeout config property which handles it securely for you.
5. How big is the footprint? BoltFetch is < 2kb minified and gzipped.
(... and 15 more questions regarding internal states, caching, streaming, and edge network configurations...)