I need to get the cache file path for ever image loaded in a document, I am wondering what are the Interfaces I need to use in order to do that
相关问题
- How to call firefox addon function with onclick in
- How does same-domain policy apply to background sc
- SQLite Storage in Firefox 3.0 +
- Get PostData as in FireBug
- Why does React hot-reloading on Firefox automatica
相关文章
- Progressive web app(PWA) vs Electron vs Browser ex
- Access Add-On SDK 'main' from XUL
- How to package Firefox and Chrome extensions
- Mozilla FireFox Addons -> Include external library
- Loading a local html file in an injected iframe wi
- Mozilla WebExtension API storage - Debugging with
- Authenticate a facebook user in a Firefox plug-in
- How to change script location on firefox addon?
This is what I used to evict cache entry:
Once you have entry you should be able to open a stream to it - possibly getting the content or even replacing it - I haven't tried it though.