fetch-sw.worker.js (79B)
1 "use strict"; 2 3 // Bug 1328293 4 self.onfetch = function () { 5 // do nothing. 6 };