jacketBain
Results
2
comments of
jacketBain
In conclusion. Is it possible to read a stream from a POST request in chunks with StreamingResponse without workarounds? Which is directly supported by Redux Toolkit (not sockets)
I used fetchEventSource from @microsoft/fetch-event-source I wrote a basic handler with this stream handler ``` const baseQueryWithEventSource: BaseQueryFn< { url: string; method?: 'GET' | 'POST' | 'PUT' | 'DELETE'; body?:...