tool · inferred from evidence
XMLHttpRequest
A browser API used for making HTTP requests, which is not available in the Cloudflare Workers runtime.
- Browser build is used in CF workers environment
Browser build of algoliasearch being used in a Cloudflare Workers (or other edge) environment: the reporter's own root cause was `"moduleResolution": "Bundler"` in tsconfig.json resolving the wrong build. Changing moduleResolution fixed it
- LaunchDarkly js client Error: Failed to execute 'send' on 'XMLHttpRequest' analytics gif request
How to fix launchdarkly: launchdarkly js client error: failed to execute 'send' on 'xmlhttprequest' analytics gif request.
- 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