You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a new feature. Refactoring mater. Currently, getRuntimeKey() in hono/adapter determines the runtime by checking the global object like the following:
What is the feature you are proposing?
This is not a new feature. Refactoring mater. Currently,
getRuntimeKey()
inhono/adapter
determines the runtime by checking theglobal
object like the following:But, I noticed that we can use
navigator.userAgent
instead of it. Context: https://x.com/jasnell/status/1791106278103879835Checking
navigator.userAgent
is better thanglobal?.WebSocketPair
.The text was updated successfully, but these errors were encountered: