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

Clean iFrame cache... #14

Closed
theramez opened this issue Nov 5, 2018 · 4 comments
Closed

Clean iFrame cache... #14

theramez opened this issue Nov 5, 2018 · 4 comments

Comments

@theramez
Copy link

theramez commented Nov 5, 2018

greetings..
If the iFrame assigned to a web page, How can I clean it's cache?
removing electron cache didn't help.

thanks in advance...

@alberttwong
Copy link
Owner

Since the iframe is just a browser, you should be able to do browser things. You can try deleting the browser cache directory or load the normal browser and use the menus to clear cache.

@theramez
Copy link
Author

Since the iframe is just a browser, you should be able to do browser things. You can try deleting the browser cache directory or load the normal browser and use the menus to clear cache.

sorry I tried that but still that module cache (if assigned to view web page that stores cache) totally different than the default pi browser cache whether it's a chromium,kweb...etc?
I belive that iFrame stores some data in electron cache or something similar.

@alberttwong
Copy link
Owner

The only other way is maybe to build a cache clear button via javascript.

@theramez
Copy link
Author

The only other way is maybe to build a cache clear button via javascript.

thanks, I'm not a programmer so can't do that.....anyway thanks for help 👍

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