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

feat(client): enable both polling and streaming for queue status #72

Closed drochetti closed 4 months ago

drochetti commented 4 months ago

Notes:

This PR adds polling back to fal.subscribe but also keeps streaming as an option. Polling will be the default until status streaming is stable and faster.