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

Fixing the issue that requests may not be sent due to cache of fetch #36

Closed
wants to merge 3 commits into from

Conversation

shihshen
Copy link
Contributor

I finally figure out why some requests may not be sent out. Here is the reference.
However, this fix does break 2 unit test cases. I can also try to fix the test cases if you prefer.

@luciopaiva luciopaiva mentioned this pull request Mar 2, 2021
@luciopaiva
Copy link
Owner

Hmm, so it was a caching problem. Nice catch!

About the tests, no problem. I fixed them here. I am gonna close your PR in favor of the new one.

Which web server are you using to serve your script? Is it Web Server for Chrome or a custom one?

I never had cache problems with that app, so I believe you might be using a different server.

@luciopaiva luciopaiva closed this Mar 2, 2021
@shihshen
Copy link
Contributor Author

shihshen commented Mar 2, 2021

I tried web server for chrome and node static. had the same issue with both.

@luciopaiva
Copy link
Owner

What's your OS?

@shihshen
Copy link
Contributor Author

shihshen commented Mar 2, 2021

I am using Mac, however, one of my friends who is using windows and web server for chrome is having the same issue.

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.

2 participants