Module

std/http/user_agent.ts

The Deno Standard Library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.223.0/http/user_agent.ts";

Provides UserAgent and related types to be able to provide a structured understanding of a user agent string.

Classes

A representation of user agent string, which can be used to determine environmental information represented by the string. All properties are determined lazily.

Interfaces

The browser as described by a user agent string.

The CPU information as described by a user agent string.

The device as described by a user agent string.

The browser engine as described by a user agent string.

The OS as described by a user agent string.