Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/
Class
http/user_agent.ts:982–982 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
980
* ```
981
*/
982
export
class
UserAgent {
983
#browser: Browser | undefined;
984
#cpu: Cpu | undefined;
985
#device: Device | undefined;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected