hono
hono copied to clipboard
`Context.platform`
I want to know which platform the application works on. Is it on Cloudflare? Fastly? Bun? Deno?
If we can get the name of the platform by Context.platform
, it's useful to make middleware or something.
const name = c.platform