tool · inferred from evidence
AbortController
A browser API for aborting asynchronous operations, which was also missing in the Cloudflare Workers runtime.
- ReferenceError: XMLHttpRequest is not defined using faunadb-js in Cloudflare Worker
What this covers: I was trying to use the faunadb-js driver inside a Cloudflare Worker and every request died with ReferenceError: XMLHttpRequest is not defined. The fix that worked: The driver was using XMLHttpRequest which doesnt exist in