I'm working with Serviceworkers and ApplicationCache and was wondering: Can I access the ApplicationCache contents from another script?
For example I was thinking of creating a fallback manifest in case a browser did not support serviceWorker for offline caching and thought it would be nice if I could just pick the entries on the manifest for caching in the serviceworker instead of maintaining a duplicate list.
I did not find any info online on whether it was possible and console-ing around with the ApplicationCache object does not give me its contents either.
Thanks for some inputs.