summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/metadata/resources/fetch-via-serviceworker--fallback--sw.js
blob: 09858b2663f084660c8964d7fd1097fbd74364d7 (plain)
1
2
3
self.addEventListener('fetch', function(event) {
    // Empty event handler - will fallback to the network.
});