Add demo sw (#3301)

This commit is contained in:
Paulus Schoutsen 2019-06-24 10:39:27 -07:00 committed by GitHub
parent e91f4567c2
commit 483f82e554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,3 @@
self.addEventListener("fetch", function(event) {
event.respondWith(fetch(event.request));
});