Cache iframe request with ServiceWorker
问题 I'm trying to cache the request of an iframe with my ServiceWorker (using sw-toolbox.js). But no matter what I try the files are never served from the ServiceWorker as Chrome Network Tab tells me. Here is my service-worker.js: 'use strict'; importScripts('./build/sw-toolbox.js'); self.toolbox.options.cache = { name: 'ionic-cache' }; var static_urls = [ 'https://quiqqer.local/test?app=1', 'https://quiqqer.local/calendar?app=1' ]; self.toolbox.precache(static_urls); self.toolbox.router.any('/(.