Source code

Revision control

Copy as Markdown

Other Tools

self.addEventListener('fetch', (e) => {
e.respondWith(fetch(e.request));
});