Public
Script
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
5
6
import { InflightCookies } from "https://esm.town/v/tmcw/InflightCookies";
import { Context } from "npm:hono@3.8.1";
export function getInflight(c: Context) {
return InflightCookies.get(c) || new Map();
}
November 16, 2023