Skip to content

Instantly share code, notes, and snippets.

@kentor
Created June 25, 2021 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kentor/88df2201b6f532d45be1de22a526d9db to your computer and use it in GitHub Desktop.
Save kentor/88df2201b6f532d45be1de22a526d9db to your computer and use it in GitHub Desktop.
addEventListener("fetch", (event) => {
event.respondWith(
new Response("Dirtybit.dev", {
status: 200,
headers: { "content-type": "text/plain" },
}),
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment