sean-codes / atom-browser

Atom-Browser is the plugin to browse the web, preview files, auto-reload, and search Google within Atom
MIT License
39 stars 7 forks source link

No option to turn off cache of atom browser #43

Closed Phu1237 closed 4 years ago

Phu1237 commented 4 years ago

Hi! I found that even if i turn on auto reload (bolt icon) the cache still not reload. It still load the old CSS files. Can you add any option to not save cache?

sean-codes commented 4 years ago

@Phu1237 That's a good idea! It looks like webview has something to reload without cache we might be able to implement! https://www.electronjs.org/docs/api/webview-tag#webviewreloadignoringcache

In the mean time I know it's a bit inconvenient but you can open atom-browser dev tools -> network tab -> check Disable cache

image

Phu1237 commented 4 years ago

@sean-codes Thank for your response. Your package help me very much!