addEventListener('fetch', event => { const response = new Response(null, { status: 204 }); event.respondWith(response); });