tool · inferred from evidence
axiom.flush
A method provided by the Axiom SDK for flushing data.
- 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