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
How to fix: 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
- faunadb 4.1.2 breaks Cloudflare Workers: ReferenceError: navigator is not defined
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.
- 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