library · inferred from evidence
RequestInitializerDict
A TypeScript interface or type representing the initialization dictionary for a fetch request.
- CloudFlare Workers Error: The 'cache' field on 'RequestInitializerDict' is not implemented (axiom.flush)
What this covers: Calling axiom.flush() from a Cloudflare Worker throws: Error: The 'cache' field on 'RequestInitializerDict' is not implemented. The fix that worked: The SDK's fetch client sent `cache: 'no-cache'` on ingestion requests, a