Skip to content

Instantly share code, notes, and snippets.

@kt3k
Created April 1, 2021 11:51
Show Gist options
  • Save kt3k/58e8b429ce85b46acbb8e9e106c27fb2 to your computer and use it in GitHub Desktop.
Save kt3k/58e8b429ce85b46acbb8e9e106c27fb2 to your computer and use it in GitHub Desktop.
import { PartialReadError } from "https://raw.githubusercontent.com/kt3k/deno_std/c6ea83bc2cd457d930653d5788a26c82000c3d58/io/bufio.ts";
addEventListener("fetch", (e) => {
e.respondWith(new Response(PartialReadError.name))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment