@aedge/fetch-event-source
v1.0.0
Published
A better API for making Event Source requests, with all the features of fetch()
Downloads
2
Readme
Optimize Readme
- Optimize the error option, if you want to stop in error, SSE option 'isReturn' set to 'true', SSE will stop, otherwise it will continue polling the error until it is correct, this can cause a lot of problems, so I optimized it