Source code

Revision control

Copy as Markdown

Other Tools

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