summaryrefslogtreecommitdiffstats
path: root/devtools/client/jsonview/test/passthrough-sw.js
blob: 019d218bc2fb44c82945454591fe1e56413c8ba4 (plain)
1
2
3
4
5
"use strict";

addEventListener("fetch", evt => {
  evt.respondWith(fetch(evt.request));
});