summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qwebengineurlrequestinterceptor/resources/sw.js
blob: 2216e2a07939306af366c7390180ae4187b0a35e (plain)
1
2
3
self.addEventListener('install', function(event) {
  console.log('ServiceWorker installed');
});