blob: 145952a22cf031e505412fcf7d40d59d527f75dc [file] [log] [blame]
self.addEventListener('fetch', (e) => {
e.respondWith(fetch(e.request));
});