We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://fetch.spec.whatwg.org/#fetch-groups says "whose request’s done flag is unset or keepalive is false"
I think that should use "and", not "or". We don't want to cancel not-done keepalives there, I believe.
The text was updated successfully, but these errors were encountered:
@noamr maybe fix this as part of #1647 or rather after? I believe that PR is changing this line already.
I went back through blame when this was first mentioned on Chat and I believe it's always been wrong.
Sorry, something went wrong.
@noamr maybe fix this as part of #1647 or rather after? I believe that PR is changing this line already. I went back through blame when this was first mentioned on Chat and I believe it's always been wrong.
Done. That PR is ready for review.
No branches or pull requests
https://fetch.spec.whatwg.org/#fetch-groups says
"whose request’s done flag is unset or keepalive is false"
I think that should use "and", not "or". We don't want to cancel not-done keepalives there, I believe.
The text was updated successfully, but these errors were encountered: