Preparing search index...
The search index is not available
@fal-ai/client
@fal-ai/client
ProxyRuntimeGate
Type Alias ProxyRuntimeGate
Proxy
Runtime
Gate
:
"browser"
|
"always"
|
(
(
env
:
ProxyRuntimeEnv
)
=>
boolean
)
Controls when the proxy middleware applies:
"browser"
— only when a DOM
window
is available (default).
"always"
— in every runtime (Node, Electron, Bun, workers, etc.).
A predicate receiving
ProxyRuntimeEnv
— full control per call.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@fal-ai/client
Loading...
Controls when the proxy middleware applies:
"browser"— only when a DOMwindowis available (default)."always"— in every runtime (Node, Electron, Bun, workers, etc.).