Source code
Revision control
Copy as Markdown
Other Tools
self.addEventListener('fetch', function(event) {
// Empty event handler - will fallback to the network.
});
self.addEventListener('fetch', function(event) {
// Empty event handler - will fallback to the network.
});