superstructor / re-frame-fetch-fx

js/fetch Effect Handler for re-frame
MIT License
40 stars 8 forks source link

Consuming a stream #2

Open rhinoman opened 3 years ago

rhinoman commented 3 years ago

Does re-frame-fetch-fx have support for consuming from a stream (using ReadableStream or some such)? Hoping to use this as an sse / EventSource replacement.

superstructor commented 3 years ago

Not yet, but I'll keep this open to consider implementing it when I have time to return to this library. Quality PRs are also welcome.