Sign in
chromium
/
chromium
/
src.git
/
4e1b7bc33d42b401d7d9ad1dcba72883add3e2af
/
.
/
content
/
test
/
data
/
sxg
/
no-respond-with-service-worker.js
blob: 3d4feb6574a6ab5c41f83bf49bf76e02e785bbae [
file
] [
log
] [
blame
]
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
self
.
addEventListener
(
'fetch'
,
(
event
)
=>
{
});