hono icon indicating copy to clipboard operation
hono copied to clipboard

`Context.platform`

Open yusukebe opened this issue 2 years ago • 0 comments

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

yusukebe avatar Jul 19 '22 23:07 yusukebe