Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not retry non-GET requests by default #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ichernev
Copy link

The main reason I started using this library is to do SSE events that require POST. As you can imagine, those have state and shouldn't be reset by the client without a good reason.

The default behavior (if no onerror and openWhenHidden) are specified is to reset on close and on tab switch... So this PR modifies the default behavior for non GET requests, to get some sane behavior out-of-the-box.

@ichernev
Copy link
Author

@microsoft-github-policy-service agree company="DeepInfra"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant