database · inferred from evidence
FaunaDB
A named datastore engine referenced in the context of faunadb-js.
- faunadb v2.14.0 breaking change: query returns non-JSON response
2.14.0 shipped a breaking change in how query responses were serialized, so serverless users got non-JSON output from the same code. The maintainers fixed it, so the answer is to upgrade past 2.14.0. If youre stuck in the middle of a deploy
- faunadb 4.1.2 breaks Cloudflare Workers: ReferenceError: navigator is not defined
Version 4.1.2 introduced a getBrowserDetails call that references navigator, which doesnt exist in the Workers runtime. The fix is to upgrade to 4.2.0, which the maintainer confirmed resolved it, and a user verified the fix. If you cant upg
- ReferenceError: XMLHttpRequest is not defined using faunadb-js in Cloudflare Worker
The driver was using XMLHttpRequest which doesnt exist in the Workers runtime. The official fix landed in faunadb 2.11.2-beta, so upgrading past that is the answer. If youre stuck on the old driver, the verified workaround is to pass a cust