fetch-event-source
fetch-event-source copied to clipboard
how to stop retry when onerror?
Keep retrying sending request if on error, how to stop retry?
You need to reraise to stop the retries, see README
https://github.com/Azure/fetch-event-source/blob/a0529492576e094374602f24d5e64b3a271b4576/README.md?plain=1#L83-L91
use the abort controller
You can stop retry by manually throwing an error in the onerror.