issues
search
fal-ai
/
fal-js
The JavaScript client and utilities to fal-serverless with built-in TypeScript definitions
https://fal.ai
MIT License
91
stars
19
forks
source link
fix(client): global reference when accessing fetch
#80
Closed
drochetti
closed
3 months ago
drochetti
commented
3 months ago
Notes:
No longer refers to
global
when looking for the default
fetch
implementation, since not all environments have a global reference (i.e. frameworks like Next.js might patch it, but it's not a standard practice).
Notes:
global
when looking for the defaultfetch
implementation, since not all environments have a global reference (i.e. frameworks like Next.js might patch it, but it's not a standard practice).