Rank: Newbie Groups: Member
Joined: 1/21/2016 Posts: 1
|
I have an Angulajs WebSite. When I try to update the website, EO.Browser uses the cache and I'm not able to prevent that behaviour. If I update my website I would like EO.Browser to detect changes have been made server-side and download the new version. If it's not possible to do such thing, the solution would be to disable the caching for the windows.
Has someone have an Idea?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
EO.WebBrowser should use exactly the same cache policy as a regular browser since it is built from Chrome's source code. There are a number cache options that you can use on your server side, none of them would have anything particular with EO.WebBrowser though. So I would recommend you to achieve what you want to achieve with a regular browser first (particular Chrome browser), then it should work automatically with EO.WebBrowser.
Thanks!
|