Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/http/mod.ts>Browser

Deno standard library
Go to Latest
interface Browser
import { type Browser } from "https://deno.land/std@0.205.0/http/mod.ts";

Properties

readonly
major: string | undefined

The major version of a browser as represented by a user agent string.

readonly
name: string | undefined

The name of a browser as represented by a user agent string.

readonly
version: string | undefined

The version of a browser as represented by a user agent string.