blob: 5fd915d17f98d8fa9c3c81451f46d71bc6cd024e [file] [log] [blame]
onfetch = e => {
e.respondWith(fetch("handler.html"));
}