summaryrefslogtreecommitdiffstats
path: root/devtools/client/aboutdebugging/test/browser/resources/service-workers/fetch-sw.js
blob: de6ee1fb3295cb1fae7cc5eaa4fc91994d38cff0 (plain)
1
2
3
4
5
6
"use strict";

// Bug 1328293
self.onfetch = function (event) {
  // do nothing.
};