blob: 6ed01cde9840bc6495a1cd8c8cd90f9fd15b2f49 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
self.addEventListener('fetch', e => { e.respondWith(fetch(e.request)) });