Skip to content

Instantly share code, notes, and snippets.

@SphericalKat
Created November 20, 2020 07:57
Show Gist options
  • Save SphericalKat/2f34f6e83c7bc133a0eb33b0dd0ff593 to your computer and use it in GitHub Desktop.
Save SphericalKat/2f34f6e83c7bc133a0eb33b0dd0ff593 to your computer and use it in GitHub Desktop.
addEventListener('fetch', event => {
event.respondWith(new Response('Hello World!'))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment