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

XHR request was cached by the browser #17

Open
dreamersdw opened this issue Jul 3, 2011 · 1 comment
Open

XHR request was cached by the browser #17

dreamersdw opened this issue Jul 3, 2011 · 1 comment

Comments

@dreamersdw
Copy link

Serveral month ago, MC+ didn't work suddently. It' refused to reflect the latest state of my gmail。

I cleared the config folder of chrome and reinstalled the extention, but that didn't help.

I din't figure out why until I noticed all the XHRs by MC+ was cached by the browser. So I changed the code in src/mailaccount.class.js at line 203
from
url: mailURL + "feed/atom/" + atomLabel,
to
url: mailURL + "feed/atom/" + atomLabel + "?timestamp=" + Date.now(),

Luckily, the small chnage solved my problem.

But I am still wonder why the issue only affect myself.

OS: Ubuntu 11.04
Chrome :13.0.782.41 beta

@AndersSahlin
Copy link
Owner

Thank you for noticing this. I'll look into it and supply a fix with your suggestion ASAP.

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

No branches or pull requests

2 participants